Skip to content

Commit 6e8d5fc

Browse files
committed
[#5761] add versionadded directive
1 parent 5faa84c commit 6e8d5fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: cookbook/security/remember_me.rst

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
8383
The ``remember_me`` firewall defines the following configuration options:
8484

8585
``secret`` (**required**)
86+
.. versionadded:: 2.8
87+
Prior to Symfony 2.8, the ``secret`` option was named ``key``.
88+
8689
The value used to encrypt the cookie's content. It's common to use the
8790
``secret`` value defined in the ``app/config/parameters.yml`` file.
8891

0 commit comments

Comments
 (0)