modX.getSessionState
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moremodX::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¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more