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