Hi,
LAMP test server - only I am visiting it:
I have a website and for some reason I get multiple sessions per user (browser). I am browsing the page with one browser only and I get 5-6-7-8 session files in /tmp. What can be the reason for it?
Sessions are simple file based sessions. I noticed that I get multiple sessions when I update a session variable (current page # is stored in $_SESSION['pagepos']). Updating a session variable for the current user should update the session file and should not create a new session file, right? My session id in the browser remains the same.
Thanks, Hamlet