File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,11 @@ used to add more entropy to security related operations. Its value should
131
131
be a series of characters, numbers and symbols chosen randomly and the
132
132
recommended length is around 32 characters.
133
133
134
- In practice, Symfony uses this value for generating the
135
- :doc: `CSRF tokens </form/csrf_protection >`, for encrypting the cookies used
134
+ In practice, Symfony uses this value for encrypting the cookies used
136
135
in the :doc: `remember me functionality </security/remember_me >` and for
137
136
creating signed URIs when using :ref: `ESI (Edge Side Includes) <edge-side-includes >`.
137
+ Up to version 2.4, Symfony used this value for generating the
138
+ :doc: `CSRF tokens </form/csrf_protection >`.
138
139
139
140
This option becomes the service container parameter named ``kernel.secret ``,
140
141
which you can use whenever the application needs an immutable random string
You can’t perform that action at this time.
0 commit comments