Liste complète des membres de JSession, y compris les membres hérités :
$_dispatcher | JSession | private |
$_expire | JSession | protected |
$_force_ssl | JSession | protected |
$_input | JSession | private |
$_security | JSession | protected |
$_state | JSession | protected |
$_store | JSession | protected |
$instance | JSession | protectedstatic |
$storeName | JSession | protected |
__construct($store= 'none', array $options=array()) | JSession | |
__get($name) | JSession | |
_createToken($length=32) | JSession | protected |
_setCookieParams() | JSession | protected |
_setCounter() | JSession | protected |
_setOptions(array $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 | |
destroy() | JSession | |
fork() | JSession | |
get($name, $default=null, $namespace= 'default') | JSession | |
getExpire() | JSession | |
getFormToken($forceNew=false) | JSession | static |
getId() | JSession | |
getInstance($handler, $options) | JSession | static |
getIterator() | JSession | |
getName() | JSession | |
getState() | JSession | |
getStores() | JSession | static |
getToken($forceNew=false) | JSession | |
has($name, $namespace= 'default') | JSession | |
hasToken($tCheck, $forceExpire=true) | JSession | |
initialise(JInput $input, JEventDispatcher $dispatcher=null) | JSession | |
isActive() | JSession | |
isNew() | JSession | |
restart() | JSession | |
set($name, $value=null, $namespace= 'default') | JSession | |
start() | JSession | |