8000 [2.3][SECURITY] cancelCookie in RememberMeService does not take option in to account · Issue #14490 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[2.3][SECURITY] cancelCookie in RememberMeService does not take option in to account #14490
Closed
@klaascuvelier

Description

@klaascuvelier

The cancelCookie method in the AbstractRememberMeService uses the default values for secure and httpOnly to clear the cookie.
From a logical standpoint, a cookie is being deleted and it makes sense to not take into account the options, but from a technical standpoint, you are just settings a cookie with a certain value and expiration date so here as well the settings from config.yml should be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0