API17

JSessionStorageNone::write: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 37: Line 37:
===See also===
===See also===
* {{JVer|11.1}} '''JSessionStorageNone::write source code''' on [[jplatform:session/storage/none.php#cl-71|BitBucket]]
* {{JVer|11.1}} '''JSessionStorageNone::write source code''' on [[jplatform:session/storage/none.php#cl-71|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorageNone/11.1|JSessionStorageNone]]
* {{JVer|11.1}} Class [[API17:JSessionStorageNone|JSessionStorageNone]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorageNone::write|Other versions of JSessionStorageNone::write]]
* [[API17:JSessionStorageNone::write|Other versions of JSessionStorageNone::write]]
{{SeeAlso:JSessionStorageNone::write}}
{{SeeAlso:JSessionStorageNone::write}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 02:31, 12 May 2013

Joomla 11.1 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 Joomla 11.1

See also

Template:SeeAlso:JSessionStorageNone::write [Edit See Also]

User contributed notes

<CodeExamplesForm />