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