Skip to content

Commit c5b2c33

Browse files
committed
[Security] Document the delete_cookies option
1 parent d28b6c4 commit c5b2c33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/security.rst

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Configuration
3030
* `access_denied_url`_
3131
* `always_authenticate_before_granting`_
3232
* `anonymous`_
33+
* `delete_cookies`_
3334
* `erase_credentials`_
3435
* `hide_user_not_found`_
3536
* `session_fixation_strategy`_
@@ -75,6 +76,13 @@ call in a template or ``isGranted()`` in a controller or service).
7576

7677
The ``lazy`` value of the ``anonymous`` option was introduced in Symfony 4.4.
7778

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+
7886
erase_credentials
7987
~~~~~~~~~~~~~~~~~
8088

0 commit comments

Comments
 (0)