[Corona] PHP session cookie exception
Review Request #163 — Created Oct. 1, 2013 and submitted — Latest diff uploaded
Information | |
---|---|
dinos | |
Lunr | |
dinostheo:SessionCookie | |
Reviewers | |
lunr | |
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
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
src/Lunr/Corona/Request.php |
---|
src/Lunr/Corona/Tests/RequestStoreCookieTest.php |
---|
src/Lunr/Corona/Tests/RequestTest.php |
---|