File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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
131131be a series of characters, numbers and symbols chosen randomly and the
132132recommended length is around 32 characters.
133133
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
136135in the :doc: `remember me functionality </security/remember_me >` and for
137136creating 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 >`.
138139
139140This option becomes the service container parameter named ``kernel.secret ``,
140141which you can use whenever the application needs an immutable random string
You can’t perform that action at this time.
0 commit comments