Tags give the ability to mark specific points in history as being important
-
1.0.3
17eaef43 · ·Add two methods: + withSameSite : To add the samesite value + getSameSite : To get the samesite value The "samesite" value can be added in the php native setcookie function. For the moment, it can be 'None', 'Lax' or 'Strict'. For more precision, see the [Mozilla website](https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Set-Cookie/SameSite).
-
1.0.2
2ac08992 · ·Update the getExpirationTime method: now it can return null which mean that the cookie has no expiration time.
-
-