API17:JSessionStorage::read
From Joomla! Documentation
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
Template:SeeAlso:JSessionStorage::read
Examples
<CodeExamplesForm />