10000 change `key` to `secret` regrading changes in Symfony 2.8 by mfdj · Pull Request #5764 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

change key to secret regrading changes in Symfony 2.8 #5764

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

Closed
wants to merge 2 commits into from
Closed
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
Next Next commit
regrading changes in Symfony 2.8
  • Loading branch information
mfdj committed Oct 7, 2015
commit c6143f58ea01eef2144d5533a5b547da483e2c47
2 changes: 1 addition & 1 deletion cookbook/security/remember_me.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
default:
# ...
remember_me:
key: "%secret%"
secret: "%secret%"
lifetime: 604800 # 1 week in seconds
path: /
# by default, the feature is enabled by checking a
Expand Down
0