Skip to content

Commit 70afa2b

Browse files
committed
[#5021] Minor tweak
1 parent 55730c4 commit 70afa2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/remember_me.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The ``remember_me`` firewall defines the following configuration options:
5757
``secret`` value defined in the ``app/config/parameters.yml`` file.
5858

5959
``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
60+
The name of the cookie used to keep the user logged in. If you enable the
61+
``remember_me`` feature in several firewalls of the same application, make sure
6262
to choose a different name for the cookie of each firewall. Otherwise, you'll
6363
face lots of security related problems.
6464

0 commit comments

Comments
 (0)