JSessionStorageNone::write: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JSessionStorageNone::write/11.1 to API17:JSessionStorageNone::write without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 01:52, 11 May 2013
JSessionStorageNone::write
Description
Write session data to the SessionHandler backend.
Template:Description:JSessionStorageNone::write [Edit Descripton]
public function write (
$id
$data
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The session identifier. | |
| $data | string | The session data. |
- Returns boolean True on success, false otherwise.
- Defined on line 79 of libraries/joomla/session/storage/none.php
- Since

See also
JSessionStorageNone::write source code on BitBucket
Class JSessionStorageNone
Subpackage Session- Other versions of JSessionStorageNone::write
Template:SeeAlso:JSessionStorageNone::write [Edit See Also]
User contributed notes
<CodeExamplesForm />