API17

API17:JSessionStorageXcache::gc

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples