gcSession() public method
Session GC (garbage collection) handler.
Do not call this method directly.
| public boolean gcSession ( $maxLifetime ) | ||
|---|---|---|
| $maxLifetime | integer |
The number of seconds after which data will be seen as 'garbage' and cleaned up. |
| return | boolean |
Whether session is GCed successfully |
Please login to continue.