API17:JSessionStorageDatabase::write
From Joomla! Documentation
JSessionStorageDatabase::write
Description
Write session data to the SessionHandler backend.
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 83 of libraries/joomla/session/storage/database.php
- Since

See also
JSessionStorageDatabase::write source code on BitBucket
Class JSessionStorageDatabase
Subpackage Session- Other versions of JSessionStorageDatabase::write
User contributed notes
Code Examples