Hi,
For the “cart” cookie where the key is “cart” and the value is the cart token, I am experiencing something strange with a production app with a client-side JavaScript component. It seems that Shopify is creating a cart cookie for shop visitors even though they have not added any items to their cart or logged in. Is that possible? Note that in today’s occurrences of the issue, these are all Mailchimp email click-through visitors. I am not able to replicate even with the same Mailchimp email link click-through.
As far as I understand, our client-side JavaScript can only read cookies for the shop domain where our JavaScript is running, so this isn’t a case of our JavaScript reading some other Shopify shop’s cart cookie.
The cart token values we are receiving in these “empty” cart cases are the usual 32-length hex format token for example “b05b26d49508f69a488070def89aeda6”.
Thanks