Forum Moderators: coopster
Basically, the problem is that customers are logging into our site, attempting to make purchases, and ending up with other customers information auto-populating their shopping cart. They are also getting confirmation emails for the wrong customers.
Our developers have scoured our code to try to find any sort of problem on their end and have ruled that out as a possibility. Does anyone know of any sort of configuration problem that might lead to these symptoms? Any ideas are greatly appreciated...
Thanks,
Paul
Welcome to WebmasterWorld [webmasterworld.com]!
> and have ruled that out as a possibility.
That looks like the problem right there.
Apache serves whatever pages the client browser requests... Nothing more. Each request is unique to Apache -- It has no knowledge of any relationship between a previous request and a current request. It just serves pages.
Look into whatever method you are using as a database -- Whatever associates users with carts and e-mail addresses with users.
Jim