boolean gc(
integer
$maxlifetime)
|
|
This function is responsible for garbage collection.
In the case of session handling, it is responsible for deleting old, stale sessions that are hanging around. The session handler will call this every now and then.
Has to be overwritten by each container class
Overridden in child classes as:
- HTTP_Session_Container_MDB2::gc()
- Garbage collection
- HTTP_Session_Container_MDB::gc()
- Garbage collection
- HTTP_Session_Container_DB::gc()
- Garbage collection
Parameters:
boolean replicate(
mixed
$targetTable, [mixed
$id = null])
|
|
This function copies session data of specified id to specified table
Has to be overwritten by each container class
Parameters: