API17

API17:JSessionStorageNone::read

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::read

Description

Read the data for a particular session identifier from the SessionHandler backend.

Template:Description:JSessionStorageNone::read [Edit Descripton]

public function read ($id)
Parameter Type Default Description
$id string The session identifier.
  • Returns string The session data.
  • Defined on line 65 of libraries/joomla/session/storage/none.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />