Open pavelwitassek opened 8 months ago
Version: 3.3.0
Nette _nss cookie does not respect the DI setting of cookiePath
Set http.cookiePath to /app
Nette _nss cookie has cookiePath from DI configuration of http.cookiePath
Pass null as $path argument in https://github.com/nette/http/blob/master/src/Http/Helpers.php#L57
What exactly is the problem with this?
Version: 3.3.0
Bug Description
Nette _nss cookie does not respect the DI setting of cookiePath
Steps To Reproduce
Set http.cookiePath to /app
Expected Behavior
Nette _nss cookie has cookiePath from DI configuration of http.cookiePath
Possible Solution
Pass null as $path argument in https://github.com/nette/http/blob/master/src/Http/Helpers.php#L57