API17

API17:JSessionStorage::write

From Joomla! Documentation

Revision as of 00:14, 21 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JSessionStorage::write

Description

Write session data to the SessionHandler backend.

Template:Description:JSessionStorage::write [Edit Descripton]

Synopsis

public  JSessionStorage->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 in

libraries/joomla/session/storage.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JSessionStorage::write

Examples

<CodeExamplesForm />