JSessionStorageXcache::gc/1.5
From Joomla! Documentation
JSessionStorageXcache::gc
Description
Garbage collect stale sessions from the SessionHandler backend.
Description:JSessionStorageXcache::gc [Edit Descripton]
public function gc ($maxlifetime)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $maxlifetime | integer | The maximum age of a session. |
- Returns boolean True on success, false otherwise.
- Defined on line 127 of libraries/joomla/session/storage/xcache.php
See also
-
JSessionStorageXcache::gc on api.joomla.org
-
JSessionStorageXcache source code on JoomlaCode
-
Class JSessionStorageXcache
-
Subpackage Session
- Other versions of JSessionStorageXcache::gc
SeeAlso:JSessionStorageXcache::gc [Edit See Also]
User contributed notes
<CodeExamplesForm />