API16:JSession/getState
From Joomla! Documentation
Description
Get current state of session
Template:Description:JSession/getState
Syntax
getState()
Returns
string The session state
Defined in
libraries/joomla/session/session.php
Importing
jimport( 'joomla.session.session' );
Source Body
public function getState()
{
return $this->_state;
}
[Edit See Also] Template:SeeAlso:JSession/getState
Examples
<CodeExamplesForm />