8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faa84c commit 6e8d5fcCopy full SHA for 6e8d5fc
cookbook/security/remember_me.rst
@@ -83,6 +83,9 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
83
The ``remember_me`` firewall defines the following configuration options:
84
85
``secret`` (**required**)
86
+ .. versionadded:: 2.8
87
+ Prior to Symfony 2.8, the ``secret`` option was named ``key``.
88
+
89
The value used to encrypt the cookie's content. It's common to use the
90
``secret`` value defined in the ``app/config/parameters.yml`` file.
91
0 commit comments