https://tools.ietf.org/html/draft-west-first-party-cookies-07 Basically add a new property SameSite with values of None, Lax and Strict. The value should then be appended to cookies when the cookie is sent; ``` Set-Cookie: CookieName=CookieValue; SameSite=Lax; Set-Cookie: CookieName=CookieValue; SameSite=Strict; ```
https://tools.ietf.org/html/draft-west-first-party-cookies-07
Basically add a new property SameSite with values of None, Lax and Strict.
The value should then be appended to cookies when the cookie is sent;