mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01: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