cooldude832 Posted July 29, 2007 Share Posted July 29, 2007 My user login data is getting messed up, after about 5 minutes of being logged in if 2 people are logged in they will retain their first name session, but swap username sessions randomly. Its very confusing and I don't know why its happening the sessions are recalled as $_SESSION['firstname']; $_SESSION['username']; I don't know how it can confuse username, but not firstname. its very baffling. Quote Link to comment Share on other sites More sharing options...
wds Posted July 29, 2007 Share Posted July 29, 2007 are you talking about logging in from the same machine? you could try creating a username and password array. Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted July 29, 2007 Author Share Posted July 29, 2007 nope machienes 10000+ miles apart Quote Link to comment Share on other sites More sharing options...
corbin Posted July 29, 2007 Share Posted July 29, 2007 Is there a chance that it's a shared server, and someone's messing with your sessions? Are you using the native PHP session handling or a custom script? Quote Link to comment Share on other sites More sharing options...
btherl Posted July 30, 2007 Share Posted July 30, 2007 Can you post your code? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.