modX.getSessionState

Skip to end of metadata
Go to start of metadata


modX::getSessionState

Returns the state of the SESSION being used by modX.

The possible values for session state are:

  • modX::SESSION_STATE_UNINITIALIZED
  • modX::SESSION_STATE_UNAVAILABLE
  • modX::SESSION_STATE_EXTERNAL
  • modX::SESSION_STATE_INITIALIZED

Syntax

API Doc: http://api.modxcms.com/modx/modX.html#getSessionState

integer getSessionState ()

Example

$state = $modx->getSessionState();

See Also

  • modX
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.