diff --git a/cookbook/security/remember_me.rst b/cookbook/security/remember_me.rst index a3acf6f5472..5f0f785930a 100644 --- a/cookbook/security/remember_me.rst +++ b/cookbook/security/remember_me.rst @@ -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 @@ -48,7 +48,7 @@ the session lasts using a cookie with the ``remember_me`` firewall option: