This commit is contained in:
calzoneman 2015-02-19 20:33:31 -06:00
parent df62ee8d58
commit 1b5f8d47aa
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ function handleLogin(req, res) {
}
if (req.hostname.indexOf(Config.get("http.root-domain")) >= 0) {
// Prevent non-root cookie from screwing things up
res.clearCookie("auth");
res.cookie("auth", auth, {
domain: Config.get("http.root-domain-dotted"),
expires: expiration,