nette/http

Bad CookiePath in _nss

pavelwitassek opened this issue · 1 comments

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