NullifySession (Object subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Clear session object reference (Object class)


Syntax

%(Object):NullifySession( name)

Syntax terms

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

Usage notes

  • NullifySession sets the object reference of the name session name to Null, that is, referencing nothing.
  • 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