Open
Description
Description
As stated here (link), soon our cookies with SameSite=None; Secured
, without the Partitioned
parameter, will stop working.
Currently, there is no capability to add this parameter through setcookie()
. A temporary solution could be to use header()
to form the header, but it would be better to avoid this.
Google Chrome marks these cookies as deprecated already: