API15:JTableSession
From Joomla! Documentation
[Edit Descripton] Template:Description:JTableSession
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] Template:SeeAlso:JTableSession
Examples
<CodeExamplesForm />