API17:JSessionStorage::open
From Joomla! Documentation
JSessionStorage::open
Description
Open the SessionHandler backend.
public function open (
$save_path
$session_name
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $save_path | string | The path to the session object. | |
| $session_name | string | The name of the session. |
- Returns boolean True on success, false otherwise.
- Defined on line 98 of libraries/joomla/session/storage.php
See also
JSessionStorage::open source code on BitBucket
Class JSessionStorage
Subpackage Session- Other versions of JSessionStorage::open
User contributed notes
Code Examples