JSessionStorage::read/1.5
From Joomla! Documentation
JSessionStorage::read
Description
Read the data for a particular session identifier from the SessionHandler backend.
Description:JSessionStorage::read [Edit Descripton]
public function read ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | string | The session identifier. |
- Returns string The session data.
- Defined on line 133 of libraries/joomla/session/storage.php
See also
-
JSessionStorage::read on api.joomla.org
-
JSessionStorage source code on JoomlaCode
-
Class JSessionStorage
-
Subpackage Session
- Other versions of JSessionStorage::read
SeeAlso:JSessionStorage::read [Edit See Also]
User contributed notes
<CodeExamplesForm />