API17

API17:JSessionStorage::getInstance

From Joomla! Documentation

Revision as of 00:14, 21 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JSessionStorage::getInstance

Description

Returns a session storage handler object, only creating it if it doesn't already exist.

Template:Description:JSessionStorage::getInstance [Edit Descripton]

Since

Joomla 11.1

Synopsis

public static JSessionStorage::getInstance ($name= 'none', $options=array())
Parameter Type Default Description
$name name 'none' The session store to instantiate
$options array()

Returns

database A object

Defined in

libraries/joomla/session/storage.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JSessionStorage::getInstance

Examples

<CodeExamplesForm />