JSessionStorage::getInstance/1.5
From Joomla! Documentation
JSessionStorage::getInstance
Description
Returns a reference to a session storage handler object, only creating it if it doesn't already exist.
Description:JSessionStorage::getInstance [Edit Descripton]
public & function getInstance ( $name= 'none' $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | name | 'none' | The session store to instantiate |
| $options | array() |
- Returns database A object
- Defined on line 50 of libraries/joomla/session/storage.php
- Since
- Referenced by
See also
-
JSessionStorage::getInstance on api.joomla.org
-
JSessionStorage source code on JoomlaCode
-
Class JSessionStorage
-
Subpackage Session
- Other versions of JSessionStorage::getInstance
SeeAlso:JSessionStorage::getInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />