Cookies without “SameSite” attribute are sent on different sub domains
问题 So I've read about Chrome 80's cookies defaulting to SameSite=Lax and like the rest of you, I'm now trying to mesure the impact this will have on my site. The site I'm running is split on several sub-domains and each of them uses their own cookie. It looks like this: first-site.domain.com uses Cookie1 ( path=/; secure; httponly ) second-site.domain.com uses Cookie2 ( path=/; secure; httponly ) Since these cookies do not specify the SameSite attribute, they are supposed to be treated as Lax on