Liste complète des membres de JSession, y compris les membres hérités :
$_errors | JObject | protected |
$_expire | JSession | protected |
$_force_ssl | JSession | protected |
$_security | JSession | protected |
$_state | JSession | protected |
$_store | JSession | protected |
$instance | JSession | protectedstatic |
__construct($store= 'none', $options=array()) | JSession | |
JObject::__construct($properties=null) | JObject | |
__destruct() | JSession | |
__toString() | JObject | |
_createId() | JSession | protected |
_createToken($length=32) | JSession | protected |
_setCookieParams() | JSession | protected |
_setCounter() | JSession | protected |
_setOptions(&$options) | JSession | protected |
_setTimers() | JSession | protected |
_start() | JSession | protected |
_validate($restart=false) | JSession | protected |
checkToken($method= 'post') | JSession | static |
clear($name, $namespace= 'default') | JSession | |
close() | JSession | |
def($property, $default=null) | JObject | |
destroy() | JSession | |
fork() | JSession | |
get($name, $default=null, $namespace= 'default') | JSession | |
JObject::get($property, $default=null) | JObject | |
getError($i=null, $toString=true) | JObject | |
getErrors() | JObject | |
getExpire() | JSession | |
getFormToken($forceNew=false) | JSession | static |
getId() | JSession | |
getInstance($handler, $options) | JSession | static |
getName() | JSession | |
getProperties($public=true) | JObject | |
getState() | JSession | |
getStores() | JSession | static |
getToken($forceNew=false) | JSession | |
has($name, $namespace= 'default') | JSession | |
hasToken($tCheck, $forceExpire=true) | JSession | |
isNew() | JSession | |
restart() | JSession | |
set($name, $value=null, $namespace= 'default') | JSession | |
JObject::set($property, $value=null) | JObject | |
setError($error) | JObject | |
setProperties($properties) | JObject | |
toString() | JObject | |