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]
public static 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 43 of libraries/joomla/session/storage.php
- Since
- Referenced by
See also
-
JSessionStorage::getInstance source code on BitBucket
-
Class JSessionStorage
-
Subpackage Session
- Other versions of JSessionStorage::getInstance
SeeAlso:JSessionStorage::getInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />
