// save the Session and close it, // so the next request (with the same SessionID) can be processed parallel session_write_close();
// remove all session variables session_unset(); // destroy the session session_destroy();