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