JTableSession::purge
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JTableSession::purge[edit]
Description[edit]
Purge old sessions.
public function purge ($maxLifetime=1440)
Parameter | Type | Default | Description |
---|---|---|---|
$maxLifetime | int | 1440 | Session age in seconds |
- Returns mixed Resource on success, null on fail
- Defined on line 90 of libraries/joomla/database/table/session.php
See also[edit]
JTableSession::purge source code on BitBucket
Class JTableSession
Subpackage Database
- Other versions of JTableSession::purge
User contributed notes[edit]
Code Examples[edit]