(PHP 5 >= 5.4.0)
SessionHandler::read — Read session data
Reads the session data from the session storage, and returns the results. Called right after session_start().
The session id to read data for.
Always returns string of the read data. If nothing was read returns empty string.