API17:JSessionStorageNone::gc
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JSessionStorageNone::gc
Description
Garbage collect stale sessions from the SessionHandler backend.
Description:JSessionStorageNone::gc [Edit Descripton]
public function gc ($lifetime=1440)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $lifetime | integer | 1440 | The maximum age of a session. |
- Returns boolean True on success, false otherwise.
- Defined on line 105 of libraries/joomla/session/storage/none.php
- Since
See also
-
JSessionStorageNone::gc source code on BitBucket
-
Class JSessionStorageNone
-
Subpackage Session
- Other versions of JSessionStorageNone::gc
SeeAlso:JSessionStorageNone::gc [Edit See Also]
User contributed notes
<CodeExamplesForm />
