I am testing a site I built on a new server now and for some reason some of my session variables are not being stored.
For example: I send the values of a form to a php page using GET. I then store the values of the form in session variables. Then I redirect the user (to the same page, in fact) and suddenly all my session variables are GONE!
This doesn't happen on my test machine, but now that I am moving it to the final server, it happens all the time.
I am wondering whether it has got something to do with the proxy that the administrator just installed today? Is there a reason why session variables would get lost using a proxy?
Or are there any other settings I might have forgotten to make on the server (e.g. in the php.ini)?
I have to add that it does not happen to all session variables I use. Just some of them.
Thanks for the help, guys!