mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
fix: Session cookie should set path to baseUriPath
This commit is contained in:
parent
6afdff68f0
commit
032721083a
@ -7,5 +7,6 @@ module.exports = function(config) {
|
||||
name: 'unleash-session',
|
||||
keys: [config.secret],
|
||||
maxAge: config.sessionAge,
|
||||
path: config.baseUriPath === '' ? '/' : config.baseUriPath,
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user