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
If the domain is set to .domain in resp.set_cookie() then the browser should send the cookie for all subdomains but for some reason the client isn't setting the cookie when the domain is set to that.
I'm testing with .localhost maybe that is special?
In /etc/hosts I have
127.0.0.1 one.localhost
127.0.0.1 two.localhost
In conf.d/service1.conf I have
listen 80;
server_name one.localhost;
The text was updated successfully, but these errors were encountered:
You will need to login for each subdomain.
If the domain is set to
.domain
in resp.set_cookie() then the browser should send the cookie for all subdomains but for some reason the client isn't setting the cookie when the domain is set to that.I'm testing with
.localhost
maybe that is special?In /etc/hosts I have
In
conf.d/service1.conf
I haveThe text was updated successfully, but these errors were encountered: