JTableSession: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/database/table/session.php | libraries/joomla/database/table/session.php | ||
| Line 35: | Line 33: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableSession | category=JTableSession | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:12, 25 March 2017
Defined in
libraries/joomla/database/table/session.php
Methods
| Method name | Description |
|---|---|
| __construct | Constructor |
| insert | |
| update | |
| destroy | Destroys the pesisting session |
| purge | Purge old sessions |
| exists | Find out if a user has a one or more active sessions |
| delete | Overloaded delete method |
Importing
jimport( 'joomla.database.table.session' );
Examples
Code Examples