Solar_Session_Handler_Adapter_Sql::gc()

public bool Solar_Session_Handler_Adapter_Sql::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).



Local