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();