JSessionStorageApc::gc/1.5
From Joomla! Documentation
JSessionStorageApc::gc
Description
Garbage collect stale sessions from the SessionHandler backend.
Description:JSessionStorageApc::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 117 of libraries/joomla/session/storage/apc.php
See also
-
JSessionStorageApc::gc on api.joomla.org
-
JSessionStorageApc source code on JoomlaCode
-
Class JSessionStorageApc
-
Subpackage Session
- Other versions of JSessionStorageApc::gc
SeeAlso:JSessionStorageApc::gc [Edit See Also]
User contributed notes
<CodeExamplesForm />