geronimofo
05-04-2005, 04:35 PM
I am running an ASP-based e-commerce website on a dedicated Windows 2003 Server. I have received a few customer complaints in recent weeks that concern me... apparently when these customers login, they are seeing another customers profile. I have not been able to recreate this error and the login script code hasn't changed in two years... this has only occured in the past 2 weeks.
The way my system is setup the user logs in using their email address and password - the system matches this against a record in the users table, then creates a few session variables that hold the user information (user_id, user_name, etc.) throughout their session - so, apparently some of them are being assigned another users id.
Some stats: the CPU usage is at about 20% capacity - at least 1.5 GB of RAM available at any given time - the store has 4,000 customers - gets about 1500 uniques/day and 10-12K hits/day.
Has anyone ever heard of such a thing? Any suggestions?
thanks,
g
The way my system is setup the user logs in using their email address and password - the system matches this against a record in the users table, then creates a few session variables that hold the user information (user_id, user_name, etc.) throughout their session - so, apparently some of them are being assigned another users id.
Some stats: the CPU usage is at about 20% capacity - at least 1.5 GB of RAM available at any given time - the store has 4,000 customers - gets about 1500 uniques/day and 10-12K hits/day.
Has anyone ever heard of such a thing? Any suggestions?
thanks,
g