API17

API17:JSessionStorage::read

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

Description

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

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

Synopsis

public  JSessionStorage->read ($id)
Parameter Type Default Description
$id string The session identifier.

Returns

string The session data.

Defined in

libraries/joomla/session/storage.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JSessionStorage::read

Examples

<CodeExamplesForm />