Class SessionRotate

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.SessionRotate

@BoxBIF public class SessionRotate extends BIF
  • Constructor Details

    • SessionRotate

      public SessionRotate()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Creates a new session (using new session ids) and copies session scope into this new session, then invalidates the old session.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation