API15:JSessionStorageApc/gc
From Joomla! Documentation
Description
Garbage collect stale sessions from the SessionHandler backend.
[<! removed edit link to red link >]
<! removed transcluded page call, red link never existed >
Syntax
gc($maxlifetime)
| Parameter Name | Default Value | Description |
|---|---|---|
| $maxlifetime | $maxlifetime The maximum age of a session. |
Returns
boolean True on success, false otherwise.
Defined in
libraries/joomla/session/storage/apc.php
Importing
jimport( 'joomla.session.storage.apc' );
Source Body
function gc($maxlifetime)
{
return true;
}
[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >
Examples
Code Examples