API17

API17:JSessionStorage::gc

From Joomla! Documentation

Joomla 11.1 JSessionStorage::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 141 of libraries/joomla/session/storage.php

See also


User contributed notes

Code Examples