We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28b6c4 commit c5b2c33Copy full SHA for c5b2c33
reference/configuration/security.rst
@@ -30,6 +30,7 @@ Configuration
30
* `access_denied_url`_
31
* `always_authenticate_before_granting`_
32
* `anonymous`_
33
+* `delete_cookies`_
34
* `erase_credentials`_
35
* `hide_user_not_found`_
36
* `session_fixation_strategy`_
@@ -75,6 +76,13 @@ call in a template or ``isGranted()`` in a controller or service).
75
76
77
The ``lazy`` value of the ``anonymous`` option was introduced in Symfony 4.4.
78
79
+delete_cookies
80
+~~~~~~~~~~~~~~
81
+
82
+**type**: ``array`` **default**: ``[]``
83
84
+Lists the names of the cookies to delete when the user logs out.
85
86
erase_credentials
87
~~~~~~~~~~~~~~~~~
88
0 commit comments