API17

API17:JSessionStorage::open

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples