logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
jdepoy24549696  
#1 Posted : Wednesday, October 19, 2022 9:09:51 AM(UTC)
jdepoy24549696

Rank: Advanced Member

Groups: Authorized User, Developers, Registered
Joined: 4/17/2019(UTC)
Posts: 80

I have a client running a 9.0.1 site and the Add To Cart doesn't work in Chrome for anonymous users.

There are these entries in the web.config:
Quote:


<sessionState mode="InProc" cookieName="AC9.SESSIONID" timeout="90" cookieSameSite="None"/>
<httpCookies sameSite="None" requireSSL="true"/>


<anonymousIdentification enabled="true" cookieName="AC9.ASPXANONYMOUS" cookieTimeout="1440" cookieRequireSSL="true"/>




But I don't see the cookie named AC9.ASPXANONYMOUS in the Chrome dev console:
chrome dev console


What am I missing?

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

jdepoy24549696  
#2 Posted : Wednesday, October 19, 2022 11:08:33 AM(UTC)
jdepoy24549696

Rank: Advanced Member

Groups: Authorized User, Developers, Registered
Joined: 4/17/2019(UTC)
Posts: 80

Update:
I modified the web.config entry to

Quote:
<anonymousIdentification enabled="true" cookieName="AC9.ASPXANONYMOUS" cookieTimeout="1440" cookiePath="/" cookieRequireSSL="true" cookieSlidingExpiration="true" cookieProtection="All" />


and it's now working.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.