SESSION just don't want to work.
Posted: Tue Jun 15, 2004 5:00 am
Hi guys.
I did something last night, don't know what, but now I can't log in using sessions anymore.
What's happening now is that I store a users login details in session variables, checked the session ID, and when I navigate to the next page I can't get those session values anymore. And to top it off, I've got another session ID. It looks like each time I register a session I'm creating 2 sessions, one with session data in it, and another which is empty.
Can it be something with the php.ini? I know I worked in it, but can't remember what and if I've changed something.
Before last night everything worked fine.
IE6 + PHP 4.3.6 on Windows 2000 Pro
I did something last night, don't know what, but now I can't log in using sessions anymore.
What's happening now is that I store a users login details in session variables, checked the session ID, and when I navigate to the next page I can't get those session values anymore. And to top it off, I've got another session ID. It looks like each time I register a session I'm creating 2 sessions, one with session data in it, and another which is empty.
Can it be something with the php.ini? I know I worked in it, but can't remember what and if I've changed something.
Before last night everything worked fine.
IE6 + PHP 4.3.6 on Windows 2000 Pro