We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5da35 + c664836 commit c300cd4Copy full SHA for c300cd4
reference/configuration/framework.rst
@@ -40,6 +40,8 @@ recommended length is around 32 characters.
40
In practice, Symfony uses this value for encrypting the cookies used
41
in the :doc:`remember me functionality </security/remember_me>` and for
42
creating signed URIs when using :ref:`ESI (Edge Side Includes) <edge-side-includes>`.
43
+That's why you should treat this value as if it were a sensitive credential and
44
+**never make it public**.
45
46
This option becomes the service container parameter named ``kernel.secret``,
47
which you can use whenever the application needs an immutable random string
0 commit comments