JSessionStorage::open
Open the SessionHandler backend.
Signature
public function open(string
$save_path,
string
$session_nameĀ )
Parameters
-
$save_path
- The path to the session object.
-
$session_name
- The name of the session.
Returns
- boolean
- True on success, false otherwise.