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 7e45958 commit aa91c37Copy full SHA for aa91c37
cookbook/security/remember_me.rst
@@ -83,7 +83,8 @@ The ``remember_me`` firewall defines the following configuration options:
83
84
``httponly``
85
(default value: ``true``) If ``true``, the cookie associated with this
86
- feature is sent to the user exclusively through an HTTP non-secure connection.
+ feature is accessible only through the HTTP protocol. This means that the
87
+ cookie won't be accessible by scripting languages, such as JavaScript.
88
89
``remember_me_parameter``
90
(default value: ``_remember_me``) The name of the form field checked to
0 commit comments