(PHP 5 >= 5.4.0)
SessionHandler::close — Close the session
Closes the current session. This function is automaticaly executed when closing the session, or explicitly via session_write_close().
This function has no parameters.
The return value of the session storage (usually 0 on success, 1 on failure).