Skip to content

SameSite attribute default to Lax #61

Description

@AUTIMEDIA

Google changed how Chrome uses Cookies and now it is up to developers to make sure cookies are secure with the SameSite attribute. If you don't do this, than the cookies will be only accepted as a first party cookie.

Below is the attribute that needs to be added;

Set-Cookie: widget_session=abc123; SameSite=None; Secure

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions