Hi,
I’m having a problem where every now and then, totally randomly, PHP resets the session ID* for one of my users. This only happens to this person, and only in one of his browsers (Safari 5.0.1).
While I tend to think that this is somehow the browser’s fault, do you guys have any pointers on what could be happening in the PHP side for this to be happening?
- I know that the session ID is getting reset because I’m using a database-driven session manager (so I can watch the session IDs evolving in the system pretty easily)
Thanks in advance for the help.