JTableSession: Difference between revisions
From Joomla! Documentation
m →User contributed notes: bad link repair |
m JoomlaWikiBot moved page JTableSession/11.1 to API17:JTableSession without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 02:29, 11 May 2013
JTableSession
Description
Template:Description:JTableSession [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | delete | Overloaded delete method. |
| public | destroy | Destroys the pesisting session. |
| public | exists | Find out if a user has a one or more active sessions. |
| public | insert | |
| public | purge | Purge old sessions. |
| public | update |
- Defined in libraries/joomla/database/table/session.php
- Extends JTable
Importing
jimport( 'joomla.database.table.session' );
See also
JTableSession source code on BitBucket
Subpackage Database- Other versions of JTableSession
Template:SeeAlso:JTableSession [Edit See Also]
User contributed notes
<CodeExamplesForm />