API17:JSession::getInstance
From Joomla! Documentation
JSession::getInstance
Description
Returns the global Session object, only creating it if it doesn't already exist.
public static function getInstance (
$handler
$options
)
Parameter | Type | Default | Description |
---|---|---|---|
$handler | |||
$options |
See also
JSession::getInstance source code on BitBucket
Class JSession
Subpackage Session
- Other versions of JSession::getInstance
User contributed notes
Code Examples