API17:JTableSession::purge
From Joomla! Documentation
JTableSession::purge
Description
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
JTableSession::purge source code on BitBucket
Class JTableSession
Subpackage Database- Other versions of JTableSession::purge
User contributed notes
Code Examples