API16:JSessionStorage/close
From Joomla! Documentation
Description
Close the SessionHandler backend.
{{subst:Description:JSessionStorage/close}}
Syntax
close()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage.php
Importing
jimport( 'joomla.session.storage' );
Source Body
function close()
{
return true;
}
{{subst:SeeAlso:JSessionStorage/close}}
Examples
<CodeExamplesForm />