SameSite cookie updates by Chrome
Google Said: In May 2019 Google announced that cookies that do not include the "SameSite=None" and Secure" labels will not be accessible by any third parties, in Chrome version 80 and further. The Secure label means cookies need to be set and read via HTTPS connections. Chrome SameSite cookie default is: "None" which allows third-party cookies to track users across sites. But from February 4 2020, cookies will default into "SameSite=Lax" which means cookies are only set when the domain in the URL of the browser matches the domain of the cookie. Any cookie with the "SameSite=None" label must also have a secure flag, meaning it will only be created and sent through requests made over HTTPs. Meanwhile, the “SameSite=Strict” designation restricts cross-site sharing altogether, even between different domains that…