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