API17:JSessionStorageEaccelerator::open
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorageEaccelerator::open
Description
Open the SessionHandler backend.
Description:JSessionStorageEaccelerator::open [Edit Descripton]
Synopsis
public JSessionStorageEaccelerator->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 in
libraries/joomla/session/storage/eaccelerator.php
Referenced by
See also
SeeAlso:JSessionStorageEaccelerator::open
Examples
<CodeExamplesForm />
