API17:JSessionStorageXcache::gc
From Joomla! Documentation
JSessionStorageXcache::gc
Description
Garbage collect stale sessions from the SessionHandler backend.
public function gc ($maxlifetime=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $maxlifetime | integer | null | The maximum age of a session. |
- Returns boolean True on success, false otherwise.
- Defined on line 119 of libraries/joomla/session/storage/xcache.php
See also
JSessionStorageXcache::gc source code on BitBucket
Class JSessionStorageXcache
Subpackage Session- Other versions of JSessionStorageXcache::gc
User contributed notes
Code Examples