JSessionStorageXcache::destroy/1.5
From Joomla! Documentation
JSessionStorageXcache::destroy
Description
Destroy the data for a particular session identifier in the SessionHandler backend.
Description:JSessionStorageXcache::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 109 of libraries/joomla/session/storage/xcache.php
See also
-
JSessionStorageXcache::destroy on api.joomla.org
-
JSessionStorageXcache source code on JoomlaCode
-
Class JSessionStorageXcache
-
Subpackage Session
- Other versions of JSessionStorageXcache::destroy
SeeAlso:JSessionStorageXcache::destroy [Edit See Also]
User contributed notes
<CodeExamplesForm />