Hello. I have some (crappy) software that nevertheless works on all the installs I've done except this new one. The problem seems to be that session variables are not being set, or that every time session_start is getting called it destroys the old session, even though I am using cookies. Looking at php.net's info on sessions, I came across a session tester.
Well, I uploaded the session tester to my site to see what was going on, and it looks like something is misconfigured with the server, but I want to be sure of what is going wrong before I call into tech support.
So my question is, since 'foo' can't be set, it means there is something not configured properly with the server?
Here is phpinfo if it would help.
Thanks.