Hi all
I just tested a few scripts involving sessions in my own environment (WinXP, Apache 2, PHP 4.3). Everything worked as intended. I then loaded the scripts up to my hoster (Linux, Apache 1.3, PHP 4.3) and now they don't work at all - the session isn't registered.
I am assuming globals off and have used the $_SESSION superglobal as the manual specifies, so I am not using session_register() or session_is_registered() and am not relying on the session_autostart setting in php.ini.
Any idea what I should check to find out what the problem is?
Thanks for your suggestions
Norm