diff --git a/config/env/all.js b/config/env/all.js index eee7db53bd..ec52a09b61 100644 --- a/config/env/all.js +++ b/config/env/all.js @@ -27,7 +27,10 @@ module.exports = { secure: false, // Only set the maxAge to null if the cookie shouldn't be expired // at all. The cookie will expunge when the browser is closed. - maxAge: null + maxAge: null, + // To set the cookie in a specific domain uncomment the following + // setting: + // domain: 'yourdomain.com' }, // The session cookie name