Problem with samesite cookies?
-
Hi there,
I get the following error in the console after adding or removing a product inside the cart using the quantity switcher. Then the quantity switcher stops working because of this. Any idea what is going on?
I already tried disabling everything except woocommerce, and cleared all cache etc.
Hope someone can help me.
Best regards,
StanCookie “woocommerce_cart_hash” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite cart
Cookie “woocommerce_cart_hash” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
The page I need help with: [log in to see the link]
- The topic ‘Problem with samesite cookies?’ is closed to new replies.