API16:JSession/getState
From Joomla! Documentation
Description
Get current state of session
{{subst: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;
}
{{subst:SeeAlso:JSession/getState}}
Examples
<CodeExamplesForm />