API16:JSessionStorage/test
From Joomla! Documentation
Description
Test to see if the SessionHandler is available.
Syntax
test()
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage.php
Importing
jimport( 'joomla.session.storage' );
Source Body
function test()
{
return true;
}
Examples
Code Examples