Try our conversational search powered by Generative AI!

Anonymous User Cart

Vote:
 

Hi,

We are having trouble with a commerce site we are building. During testing anonymous users are getting each others cart. We've had instances of people adding stuff to their cart closing the browser and another user on a different computer/browser navigating to the site and already having items in their cart that the previous person added. 

Our Web.config has the following entries:

<>authentication mode="Forms">

      <>forms name=".EPiServerLogin" loginUrl="my-account/Login" timeout="4320" defaultUrl="~/" />

    authentication>

and

caching>

    <>anonymousIdentification enabled="true" />

  system.web>

Any ideas as to why anonymous users are seeing the same cart occasionally?

#121316
May 06, 2015 17:10
Vote:
 

That's very strange. Customer is identified by a Guid. which is supposed to be unique across universe. Do you have any concrete reproduce steps?

Regards.

/Q

#121334
May 06, 2015 19:06
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.