JSessionStorageDatabase::write/1.5
From Joomla! Documentation
JSessionStorageDatabase::write
Description
Write session data to the SessionHandler backend.
Description:JSessionStorageDatabase::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 83 of libraries/joomla/session/storage/database.php
See also
-
JSessionStorageDatabase::write on api.joomla.org
-
JSessionStorageDatabase source code on JoomlaCode
-
Class JSessionStorageDatabase
-
Subpackage Session
- Other versions of JSessionStorageDatabase::write
SeeAlso:JSessionStorageDatabase::write [Edit See Also]
User contributed notes
<CodeExamplesForm />