Jump to main content Jump to doc navigation

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: modX::getSessionState()

integer getSessionState ()

Example

$state = $modx->getSessionState();

See Also