Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($options=array()) | |
start () | |
clear () | |
Fonctions membres publiques hérités de JSessionHandlerNative | |
start () | |
isStarted () | |
getId () | |
setId ($id) | |
getName () | |
setName ($name) | |
regenerate ($destroy=false, $lifetime=null) | |
save () | |
clear () | |
Champs de données | |
$input = null | |
Fonctions membres protégées | |
setCookieParams () | |
setOptions (array $options) | |
Attributs protégés | |
$force_ssl = false | |
Interface for managing HTTP sessions
joomla/session
package __construct | ( | $options = array() | ) |
Public constructor
array | $options | An array of configuration options |
Références $options.
clear | ( | ) |
|
protected |
|
protected |
Set additional session options
array | $options | List of parameter |
Références $options.
start | ( | ) |
Starts the session
RuntimeException | If something goes wrong starting the session. |
Implémente JSessionHandlerInterface.
|
protected |
$input = null |