Skip to content
Snippets Groups Projects
Commit 019857e3 authored by Ben Adida's avatar Ben Adida
Browse files

added domain parameter to cookie for issue #296

parent 08229147
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ exports.setup = function(options, app) {
// IMPORTANT: we allow users to go 1 weeks on the same device
// without entering their password again
maxAge: config.get('authentication_duration_ms'),
domain: config.get('hostname'),
secure: overSSL
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment