We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f978532 + 9bc68bf commit b7201c2Copy full SHA for b7201c2
reference/configuration/framework.rst
@@ -37,6 +37,11 @@ used to add more entropy to security related operations. Its value should
37
be a series of characters, numbers and symbols chosen randomly and the
38
recommended length is around 32 characters.
39
40
+.. caution::
41
+
42
+ This configuration option's value is a real secret. You should treat it
43
+ with a lot of care.
44
45
In practice, Symfony uses this value for encrypting the cookies used
46
in the :doc:`remember me functionality </security/remember_me>` and for
47
creating signed URIs when using :ref:`ESI (Edge Side Includes) <edge-side-includes>`.
0 commit comments