Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samesite cookie not appearing in chrome sometimes #15

Open
srinu936 opened this issue Jul 4, 2020 · 0 comments
Open

Samesite cookie not appearing in chrome sometimes #15

srinu936 opened this issue Jul 4, 2020 · 0 comments

Comments

@srinu936
Copy link

srinu936 commented Jul 4, 2020

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant