jSession
in package
session management class of the jelix core.
Tags
Table of Contents
- $_params : mixed
- daoClose() : mixed
- dao handler for session stored in database.
- daoDestroy() : mixed
- dao handler for session stored in database.
- daoGarbageCollector() : mixed
- dao handler for session stored in database.
- daoOpen() : mixed
- dao handler for session stored in database.
- daoRead() : mixed
- dao handler for session stored in database.
- daoWrite() : mixed
- dao handler for session stored in database.
- end() : mixed
- end a session.
- isStarted() : mixed
- start() : mixed
- start a session.
- _getDao() : mixed
Properties
$_params
protected
static mixed
$_params
Tags
Methods
daoClose()
dao handler for session stored in database.
public
static daoClose() : mixed
Tags
Return values
mixed —daoDestroy()
dao handler for session stored in database.
public
static daoDestroy(mixed $id) : mixed
Parameters
- $id : mixed
Tags
Return values
mixed —daoGarbageCollector()
dao handler for session stored in database.
public
static daoGarbageCollector(mixed $maxlifetime) : mixed
Parameters
- $maxlifetime : mixed
Tags
Return values
mixed —daoOpen()
dao handler for session stored in database.
public
static daoOpen(mixed $save_path, mixed $session_name) : mixed
Parameters
- $save_path : mixed
- $session_name : mixed
Tags
Return values
mixed —daoRead()
dao handler for session stored in database.
public
static daoRead(mixed $id) : mixed
Parameters
- $id : mixed
Tags
Return values
mixed —daoWrite()
dao handler for session stored in database.
public
static daoWrite(mixed $id, mixed $data) : mixed
Parameters
- $id : mixed
- $data : mixed
Tags
Return values
mixed —end()
end a session.
public
static end() : mixed
Tags
Return values
mixed —isStarted()
public
static isStarted() : mixed
Tags
Return values
mixed —start()
start a session.
public
static start() : mixed
Tags
Return values
mixed —_getDao()
protected
static _getDao() : mixed