Session data lost on redirect |
Thanks for your reply.
It did help in the sense that I took a deeper look at things and realized that when using HTTPS, the $_COOKIES array is nicely populated and contains the session cookie while with HTTP there this array has no members. Anyone an idea why this would be the case? So, the answer in the first reply to my question actually did help. There was a secure session cookie stored in the browser from the time when I tested with HTTPS. Once I deleted this cookie from the browser, my site started to work on HTTP. Case closed and thanks one more time! |
Messages In This Thread |
Session data lost on redirect - by Jan Zelenka - 08-24-2020, 07:27 AM
RE: Session data lost on redirect - by Chroma - 08-27-2020, 04:28 AM
RE: Session data lost on redirect - by Jan Zelenka - 08-27-2020, 05:35 AM
RE: Session data lost on redirect - by tgix - 08-27-2020, 07:23 AM
RE: Session data lost on redirect - by Chroma - 08-27-2020, 06:13 AM
|