Not sure if I should put this here or somewhere else, but it deals with php, so I will start here. I have a site with a portal that leads to a gaming area and a forums area. The same session for the forum is used in the gaming area.
What is happening is this: When a certain user logs into the forums or the portal, a session is created on the server. This session stays created and stays the same throughout his entire time on the site. I can go into the tmp folder on the server and actually see the session file created. NOW, when he tries to login to the gaming area, the session variable stored on the server is overwritten with a blank file, and has a new session number. Since his member number is stored in the session file, and when he logs onto the gaming area the session file is overwritten with a blank file, the php code behind the scenes cannot get the member number, therefore cannot provide the info necessary to show him his player data.
Since this works for everyone else, and I cannot find anything similar to this on google, I almost believe it is a browser setting on his end. But it works for everything else for him BUT logging onto player interface.
This individual is in singapore, and this only happens on his computer. When he is running IE, FF, or chrome.
My server stats:
Windows NT WEBSERVER01 5.0 build 2195
PHP Version 5.2.4
Xampp
MySQL DB
What is happening is this: When a certain user logs into the forums or the portal, a session is created on the server. This session stays created and stays the same throughout his entire time on the site. I can go into the tmp folder on the server and actually see the session file created. NOW, when he tries to login to the gaming area, the session variable stored on the server is overwritten with a blank file, and has a new session number. Since his member number is stored in the session file, and when he logs onto the gaming area the session file is overwritten with a blank file, the php code behind the scenes cannot get the member number, therefore cannot provide the info necessary to show him his player data.
Since this works for everyone else, and I cannot find anything similar to this on google, I almost believe it is a browser setting on his end. But it works for everything else for him BUT logging onto player interface.
This individual is in singapore, and this only happens on his computer. When he is running IE, FF, or chrome.
My server stats:
Windows NT WEBSERVER01 5.0 build 2195
PHP Version 5.2.4
Xampp
MySQL DB