Hi -
I need some help with coding sessions in php (binary distribution 4.2.3) on a win 2000 platform running Apache 1.3.24.
I have gone through a bunch of tutorials on this issue, but I can't seem to get it working (both by myself, or by writing the tutorials character by character).
I start out by registering the session with session_start() and then putting a bunch of variables inside the session with session_register. Then on the following script page I try to check if the session is active by using session_is_registered(SESSION);
If I check the directory where the sessions is stored it seems to be working, with all the variables registered, but it doesn't seem to understand this.
Does anyone know how to fix this? Could it be something with my installation?
I have attached my files if that is needed.
Regards,
Marius Røstad