JSession::getInstance
Returns the global Session object, only creating it if it doesn't already exist.
Signature
public function getInstance(string
$handler,
array
$optionsĀ )
Parameters
-
$handler
- The type of session handler.
-
$options
- An array of configuration options.
Returns
- JSession
- The Session object.