API17:JSessionStorageDatabase::open
From Joomla! Documentation
JSessionStorageDatabase::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 33 of libraries/joomla/session/storage/database.php
- Since

See also
JSessionStorageDatabase::open source code on BitBucket
Class JSessionStorageDatabase
Subpackage Session- Other versions of JSessionStorageDatabase::open
User contributed notes
Code Examples