PHP-Secure-Session icon indicating copy to clipboard operation
PHP-Secure-Session copied to clipboard

Added support for 'samesite' cookie option (PHP 7.3.0+)

Open zubfatal opened this issue 4 years ago • 0 comments

Was using this in a project using PHP 7.3.0+ and it was a requirement to set the 'SameSite' cookie option, which worked fine for the actual session cookie, but not the key cookie.

zubfatal avatar Feb 21 '20 16:02 zubfatal