API17:JSessionStorageEaccelerator::write
From Joomla! Documentation
JSessionStorageEaccelerator::write
Description
Write session data to the SessionHandler backend.
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 82 of libraries/joomla/session/storage/eaccelerator.php
See also
JSessionStorageEaccelerator::write source code on BitBucket
Class JSessionStorageEaccelerator
Subpackage Session- Other versions of JSessionStorageEaccelerator::write
User contributed notes
Code Examples