modX.getSessionState
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
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();