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: What am I missing?
|
|
|
|
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.
|
|
|
|
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.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close