JSessionStorageDatabase::destroy/1.5
From Joomla! Documentation
JSessionStorageDatabase::destroy
Description
Destroy the data for a particular session identifier in the SessionHandler backend.
Description:JSessionStorageDatabase::destroy [Edit Descripton]
public function destroy ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The session identifier. |
- Returns boolean True on success, false otherwise.
- Defined on line 114 of libraries/joomla/session/storage/database.php
See also
-
JSessionStorageDatabase::destroy on api.joomla.org
-
JSessionStorageDatabase source code on JoomlaCode
-
Class JSessionStorageDatabase
-
Subpackage Session
- Other versions of JSessionStorageDatabase::destroy
SeeAlso:JSessionStorageDatabase::destroy [Edit See Also]
User contributed notes
<CodeExamplesForm />