Hi all,
I'm having problems with using sessions in PHP. My problem is that once I create a session variable, no matter what it's name is, I can no longer access POST variables or REQUEST variables using just their name. This worked perfectly before I started creating SESSION variables. Any clue as to why this could be happening? I have register_globals turned ON.
Thanks,
Max