Skip to content

[HttpFoundation] Add support for SameSite=None cookies #31467

@javiereguiluz

Description

@javiereguiluz

Description
Google has announced some changes related to users privacy that affect to SameSite cookies introduced in #19104.

Starting from Chrome 76 [...] Cookies without the SameSite attribute will 
not be available in a third-party context. Developers will need to declare 
cookies that need to be available on third-party sites to Chrome with 
SameSite=None.

Google says this will allow Chrome users to clear cross-site cookies and 
leave single domain cookies that are used for logins and settings intact.

Full details: https://web.dev/samesite-cookies-explained/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions