API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JSessionStorageEaccelerator::__construct | ( | $ | options = array() | ) |
Constructor
protected
array | $options | optional parameters |
Réimplémentée à partir de JSessionStorage.
Références JError::raiseError().
JSessionStorageEaccelerator::close | ( | ) |
Close the SessionHandler backend.
public
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::destroy | ( | $ | id | ) |
Destroy the data for a particular session identifier in the SessionHandler backend.
public
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::gc | ( | $ | maxlifetime | ) |
Garbage collect stale sessions from the SessionHandler backend.
public
integer | $maxlifetime | The maximum age of a session. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::open | ( | $ | save_path, |
$ | session_name | ||
) |
Open the SessionHandler backend.
public
string | $save_path | The path to the session object. |
string | $session_name | The name of the session. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::read | ( | $ | id | ) |
Read the data for a particular session identifier from the SessionHandler backend.
public
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::test | ( | ) | [static] |
Test to see if the SessionHandler is available.
public
Réimplémentée à partir de JSessionStorage.
JSessionStorageEaccelerator::write | ( | $ | id, |
$ | session_data | ||
) |
Write session data to the SessionHandler backend.
public
string | $id | The session identifier. |
string | $session_data | The session data. |
Réimplémentée à partir de JSessionStorage.