API17

API17:JSessionStorage::write

From Joomla! Documentation

Revision as of 16:05, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JSessionStorage::write

Description

Write session data to the SessionHandler backend.

{{subst:Description:JSessionStorage::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 123 of libraries/joomla/session/storage.php

See also

{{subst:SeeAlso:JSessionStorage::write}}

User contributed notes

<CodeExamplesForm />