Moving away from swell third party cookies for google chrome update #512
Replies: 1 comment 1 reply
-
After closer inspection I don't think Swell is the issues. There are some 3rd party cookies being sent with some swell requests, but they appear to be from other apps. I will reopen this ticket if there is an issue after I do more research. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As google announced, in the 2nd half of 2024 they will automatically disable 3rd party cookies in Chrome. Currently, a site audit shows a couple 3rd party cookies being used in the swell lib in order for the
cart
andaccount
endpoint requests.Does anyone know how we make sure that our sites won't break when this change happens in a few months?
Perhaps we can use the
.getSession
andsetSession
functions to manage the cookies on our own domain?Beta Was this translation helpful? Give feedback.
All reactions