Hello Internals, I would like to start the discussion about the Add SameSite cookie attribute parameter RFC: https://wiki.php.net/rfc/same-site-parameter
This proposes to add an optional same site parameter to the setrawcooki(),
setcookie() and session_set_cookie_params() that takes a a value a new
SameSite enum:
enum SameSite {
case None;
case Lax;
case Strict;}
Best regards,
George P. Banyard
