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 55730c4 commit 70afa2bCopy full SHA for 70afa2b
cookbook/security/remember_me.rst
@@ -57,8 +57,8 @@ The ``remember_me`` firewall defines the following configuration options:
57
``secret`` value defined in the ``app/config/parameters.yml`` file.
58
59
``name`` (default value: ``REMEMBERME``)
60
- The name of the cookie used to maintain the user logged in. If you enable the
61
- "Remember Me" feature in several firewalls of the same application, make sure
+ The name of the cookie used to keep the user logged in. If you enable the
+ ``remember_me`` feature in several firewalls of the same application, make sure
62
to choose a different name for the cookie of each firewall. Otherwise, you'll
63
face lots of security related problems.
64
0 commit comments