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
david9688526  
#1 Posted : Monday, September 14, 2020 2:31:10 PM(UTC)
david9688526

Rank: Newbie

Groups: Developers
Joined: 4/17/2020(UTC)
Posts: 1

Thanks: 1 times
I'm seeing a bunch of these warning in my Firefox Javascript console when browsing my site:
Cookie “AC9.SESSIONID” will be soon treated as cross-site cookie against

Any ideas how to fix?

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

shari  
#2 Posted : Thursday, September 17, 2020 4:21:36 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)
I am not sure what is causing this issue. But this is obvious that the error is not consistent. It might occur because of browser sharing cookies across the site. Please try clearing the browser cache and try again.

Thanks.
judy at Web2Market  
#3 Posted : Tuesday, September 22, 2020 8:42:14 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
"Cookie “AC9.ASPXANONYMOUS” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozill...et-Cookie/SameSite"

We have had a couple of Gold sites receiving similar errors/starting to fail PCI Compliance. We have had to change the AC cookies to secure by changing settings in the web.config.
<forms timeout="15" slidingExpiration="true" name="ACGOLD.ASPXAUTH.SECURE" requireSSL="true" cookieSameSite="None"/>

<sessionState mode="InProc" timeout="15" cookieName="ACGOLD.SESSIONID.SECURE" cookieSameSite="None" />
<httpCookies httpOnlyCookies="true" requireSSL="true" sameSite="None" lockItem="true"/>

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


You will need to research the topic.
david9688526  
#4 Posted : Tuesday, September 22, 2020 9:33:16 AM(UTC)
david9688526

Rank: Newbie

Groups: Developers
Joined: 4/17/2020(UTC)
Posts: 1

Thanks: 1 times
This is currently just happening on our development server as we work to upgrade from Gold to 9. It sounds like the problem might not occur when we put it live. So, I think I'll just wait and see if it happens when we go live. Thanks for the info.

David
Katie S  
#5 Posted : Tuesday, September 22, 2020 10:44:01 AM(UTC)
Katie S

Rank: Advanced Member

Groups: System, Administrators, Developers, Registered, HelpDesk
Joined: 10/29/2018(UTC)
Posts: 423

Thanks: 4 times
Was thanked: 34 time(s) in 33 post(s)
I've reported it as a new issue for the development team to investigate.
Thanks for your support!

Katie
Secure eCommerce Software and Hosting
Users browsing this topic
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.