Skip to content

Commit c300cd4

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Update framework.rst
2 parents 4a5da35 + c664836 commit c300cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ recommended length is around 32 characters.
4040
In practice, Symfony uses this value for encrypting the cookies used
4141
in the :doc:`remember me functionality </security/remember_me>` and for
4242
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**.
4345

4446
This option becomes the service container parameter named ``kernel.secret``,
4547
which you can use whenever the application needs an immutable random string

0 commit comments

Comments
 (0)