-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
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;
Metadata
Metadata
Assignees
Labels
No labels