API17

API17:JSessionStorageNone::write

From Joomla! Documentation

Revision as of 02:39, 28 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 />