This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
Add support for SameSite cookie property #710
Closed
Description
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;