Open mjreich opened 6 years ago
Currently sessions are only persistend for the domain, not subdomains. Likely need to add an explicit domain nxusrc config so you can specify an un-terminated tld:
domain
https://stackoverflow.com/questions/11850977/sessions-across-subdomains-in-express
Session config is per RouterSessions implementation, so:
"waterline_sessions": { "cookie": { ..... } }
Currently sessions are only persistend for the domain, not subdomains. Likely need to add an explicit
domain
nxusrc config so you can specify an un-terminated tld:https://stackoverflow.com/questions/11850977/sessions-across-subdomains-in-express