API16

API16:JSessionStorage/test

From Joomla! Documentation

Revision as of 14:24, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Description

Test to see if the SessionHandler is available.


{{subst:Description:JSessionStorage/test}}

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;
}


{{subst:SeeAlso:JSessionStorage/test}}

Examples

<CodeExamplesForm />