API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JSessionStorageDatabase::close | ( | ) |
Close the SessionHandler backend.
public
Réimplémentée à partir de JSessionStorage.
JSessionStorageDatabase::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.
Références $db, $id, $session, JFactory::getDBO(), et JTable::getInstance().
JSessionStorageDatabase::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.
Références $db, $session, JFactory::getDBO(), et JTable::getInstance().
JSessionStorageDatabase::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.
JSessionStorageDatabase::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.
Références $db, $id, $session, JFactory::getDBO(), et JTable::getInstance().
JSessionStorageDatabase::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.
Références $db, $id, $session, JFactory::getApplication(), JFactory::getDBO(), et JTable::getInstance().
JSessionStorageDatabase::$_data = null |