could sessions get corrupted?
Posted: Sun Nov 22, 2009 10:08 am
Is there anyway sessions could get corrupted. The last 2 weeks I am getting this very, very weird problem. I enter my username + password, I login into the application. I now logout(sessions get destroy). I now create a new user, and now I get either one of 2 things
1. I get the session from another user
2. i get kick back to the login page.
I login in again, and everything is fine. I NEVER seen this before in all the years working with php. So far this is just in my development machine. It happens once every 20 o so times. But it bothers me like hell. I been through the code a 1000 times looking to see if there is anything strange. But I just do the normal, login in, check user credentials, save user info in session and continue.
Any ideas.
Thank you
1. I get the session from another user
2. i get kick back to the login page.
I login in again, and everything is fine. I NEVER seen this before in all the years working with php. So far this is just in my development machine. It happens once every 20 o so times. But it bothers me like hell. I been through the code a 1000 times looking to see if there is anything strange. But I just do the normal, login in, check user credentials, save user info in session and continue.
Any ideas.
Thank you