(PHP 5 >= 5.4.0)
SessionHandler::write — Write session data
Writes the session data to the session storage. Called by session_write_close(), when session_register_shutdown() fails, and during request shutdown.
The session id.
The (session_encode()d) session data.
The return value (usually TRUE on success, FALSE on failure).