In the Request class we store the cookies locally and then we unset the global cookie variable. This affects the use of the global session variable as it is stored in a cookie (PHPSESSID). This patch adds an exception in the global cookie invalidation by letting the PHPSESSID untouched.