DiscardSession (Object subroutine)

From m204wiki
Jump to navigation Jump to search

Discard a session object (Object class)


Syntax

%(Object):DiscardSession( name)

Syntax terms

%(Object) The class name in parentheses denotes a shared method. DiscardSession can also be invoked via an Object class object variable, which may be Null.
name A string that specifies the session name of the object to be discarded.

Usage notes

  • If the specified session name does not reference an object, this method does nothing.
  • If the specified session is not open, the request is cancelled.

Examples

See Using system class methods to access global and session objects.

See also