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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: