Skip to content

Samesite cookie not appearing in chrome sometimes #15

Description

@srinu936

Hi ,
We have installed nginx cookie flag module with nginx plus ,
configured the configuration as like below
/myapp {
set_cookie_flag Secret HttpOnly secure SameSite;
set_cookie_flag * HttpOnly;
set_cookie_flag SessionID SameSite=Lax secure;
set_cookie_flag SiteToken SameSite=Strict;
proxy_cookie_path /myapp "/myapp; secure; HttpOnly; SameSite=lax";

SameSite Lax is not set chrome most times, but Firefox always set . What might be the possible issue ?

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions