Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
I was trying to implement the remember me feature using the documentation (http://symfony.com/doc/current/cookbook/security/remember_me.html), but I got the following error message:
The child node “secret” at path “security.firewalls.main.remember_me” must be configuredI opened a StackOverflow question at:http://stackoverflow.com/questions/32993824/the-child-node-secret-at-path-security-firewalls-main-remember-me-must-be-co/32998125.
Someone sayskey has been replaced withsecret. I have updated my config and indeed the error is gone, but a new one appears. The documentation needs to be updated.