JSessionStorageEaccelerator::write: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Write session data to the SessionHandler backend. | Write session data to the SessionHandler backend. | ||
{{Description:JSessionStorageEaccelerator::write}} | {{subst:Description:JSessionStorageEaccelerator::write}} | ||
<source lang="php"> | <source lang="php"> | ||
public function write ( | public function write ( | ||
| Line 39: | Line 37: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]] | ||
* [[API17:JSessionStorageEaccelerator::write|Other versions of JSessionStorageEaccelerator::write]] | * [[API17:JSessionStorageEaccelerator::write|Other versions of JSessionStorageEaccelerator::write]] | ||
{{SeeAlso:JSessionStorageEaccelerator::write}} | {{subst:SeeAlso:JSessionStorageEaccelerator::write}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 16:06, 24 March 2017
JSessionStorageEaccelerator::write
Description
Write session data to the SessionHandler backend.
{{subst:Description:JSessionStorageEaccelerator::write}}
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
{{subst:SeeAlso:JSessionStorageEaccelerator::write}}
User contributed notes
<CodeExamplesForm />