Solar_Session_Handler_Adapter_Native::gc()
public
bool
Solar_Session_Handler_Adapter_Native::gc
( int $lifetime
)
Removes old session data (garbage collection).
Parameters
(int)
$lifetime
: Removes session data not updated since this many seconds ago. E.g., a lifetime of 86400 removes all session data not updated in the past 24 hours.
Returns
(bool)
Description
Removes old session data (garbage collection).
Provided only to override abstract method, never actually called.