Skip to content

Explained the "Remember Me" firewall options #5021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 3, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a wrong explanation of the "httponly" option
  • Loading branch information
javiereguiluz committed Feb 22, 2015
commit aa91c376592508fdf3c17d0abee6927e20511fae
3 changes: 2 additions & 1 deletion cookbook/security/remember_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ The ``remember_me`` firewall defines the following configuration options:

``httponly``
(default value: ``true``) If ``true``, the cookie associated with this
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
cookie won't be accessible by scripting languages, such as JavaScript.

``remember_me_parameter``
(default value: ``_remember_me``) The name of the form field checked to
Expand Down