[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
