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.
unit tests
Loading file attachments...
0
0
1
0
1
Description
From
Last Updated
I'd prefer if you add another test for php session data, as these tests are still valid for the case ...