JSessionStorage::getInstance
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
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