8000 [2.3][SECURITY] Add remember me cookie configuration by klaascuvelier · Pull Request #14491 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[2.3][SECURITY] Add remember me cookie configuration #14491

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Update comment
  • Loading branch information
klaascuvelier committed Oct 6, 2015
commit 66d5a77ee0e5be396d2b263637e70c40b0d50fbc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ protected function cancelCookie(Request $request)
$this->logger->debug(sprintf('Clearing remember-me cookie "%s"', $this->options['name']));
}

// Hard coded the default values for secure and http only, would be better if those where constants
$request->attributes->set(
self::COOKIE_ATTR_NAME,
new Cookie($this->options['name'],
Expand Down
0