API17:JSessionStorage::getInstance
From Joomla! Documentation
JSessionStorage::getInstance
Description
Returns a session storage handler object, only creating it if it doesn't already exist.
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
User contributed notes
Code Examples