API17:JSessionStorage::getInstance
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorage::getInstance
Description
Returns a session storage handler object, only creating it if it doesn't already exist.
Description:JSessionStorage::getInstance [Edit Descripton]
Since
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 (line 43)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JSessionStorage::getInstance
Examples
<CodeExamplesForm />
