API15

JSessionStorageNone/register

From Joomla! Documentation

< API15:JSessionStorageNone
Revision as of 17:24, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Register the functions of this class with PHP's session handler <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JSessionStorageNone...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Register the functions of this class with PHP's session handler

[Edit Descripton]

Template:Description:JSessionStorageNone/register

Syntax[edit]

register()


Defined in[edit]

libraries/joomla/session/storage/none.php

Importing[edit]

jimport( 'joomla.session.storage.none' );

Source Body[edit]

function register()
{
        //let php handle the session storage
}

[Edit See Also] Template:SeeAlso:JSessionStorageNone/register

Examples[edit]

<CodeExamplesForm />