Skip to content

Commit

Permalink
[#5761] add versionadded directive
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Oct 8, 2015
1 parent 5faa84c commit 6e8d5fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cookbook/security/remember_me.rst
Expand Up @@ -83,6 +83,9 @@ the session lasts using a cookie with the ``remember_me`` firewall option:
The ``remember_me`` firewall defines the following configuration options:

``secret`` (**required**)
.. versionadded:: 2.8
Prior to Symfony 2.8, the ``secret`` option was named ``key``.

The value used to encrypt the cookie's content. It's common to use the
``secret`` value defined in the ``app/config/parameters.yml`` file.

Expand Down

0 comments on commit 6e8d5fc

Please sign in to comment.