API17

JSessionStorageNone::write: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m JoomlaWikiBot moved page JSessionStorageNone::write/11.1 to API17:JSessionStorageNone::write without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 01:52, 11 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 />