API15:JTableSession
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JTableSession
Contents |
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' );
[Edit See Also] SeeAlso:JTableSession
Examples
<CodeExamplesForm />
