JSessionStorageApc::read
Read the data for a particular session identifier from the SessionHandler backend.
Signature
public function read(string
$id )
Parameters
-
$id
- The session identifier.
Returns
- string
- The session data.