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 91172bc commit 7e45958Copy full SHA for 7e45958
cookbook/security/remember_me.rst
@@ -52,6 +52,11 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
52
53
The ``remember_me`` firewall defines the following configuration options:
54
55
+``key``
56
+ (default value: ``null``) The value used to encrypt the cookie's content.
57
+ It's common to use the ``secret`` value defined in the ``app/config/parameters.yml``
58
+ file.
59
+
60
``name``
61
(default value: ``REMEMBERME``) The name of the cookie used to maintain the
62
user logged in. If you enable the "Remember Me" feature in several firewalls
0 commit comments