You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
mediclab, dmitrystas, SerafimArts, jorgsowa, darrynten and 7 more