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