Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
read ($id) | |
write ($id, $data) | |
destroy ($id) | |
gc ($lifetime=1440) | |
Fonctions membres publiques inherited from JSessionStorage | |
__construct ($options=array()) | |
register () | |
open ($save_path, $session_name) | |
close () |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JSessionStorage | |
static | getInstance ($name= 'none', $options=array()) |
static | isSupported () |
static | test () |
Attributs protégés statiques inherited from JSessionStorage | |
static | $instances = array() |
Définition à la ligne 20 du fichier database.php.
JSessionStorageDatabase::destroy | ( | $id | ) |
Destroy the data for a particular session identifier in the SessionHandler backend.
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 110 du fichier database.php.
Références JFactory\getDbo().
JSessionStorageDatabase::gc | ( | $lifetime = 1440 | ) |
Garbage collect stale sessions from the SessionHandler backend.
integer | $lifetime | The maximum age of a session. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 141 du fichier database.php.
Références JFactory\getDbo().
JSessionStorageDatabase::read | ( | $id | ) |
Read the data for a particular session identifier from the SessionHandler backend.
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 31 du fichier database.php.
Références JFactory\getDbo().
JSessionStorageDatabase::write | ( | $id, | |
$data | |||
) |
Write session data to the SessionHandler backend.
string | $id | The session identifier. |
string | $data | The session data. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 68 du fichier database.php.
Références JFactory\getDbo().