8000
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 e9967f3 + 8278533 commit 1993834Copy full SHA for 1993834
reference/configuration/framework.rst
@@ -1490,12 +1490,9 @@ metadata_update_threshold
1490
1491
**type**: ``integer`` **default**: ``0``
1492
1493
-This is how many seconds to wait between updating/writing the session metadata. This
1494
-can be useful if, for some reason, you want to limit the frequency at which the
1495
-session persists.
1496
-
1497
-Starting in Symfony 3.4, session data is *only* written when the session data has
1498
-changed. Previously, you needed to set this option to avoid that behavior.
+This is how many seconds to wait between updating/writing the session metadata.
+This can be useful if, for some reason, you want to limit the frequency at which
+the session persists, instead of doing that on every request.
1499
1500
.. _reference-session-enabled:
1501
0 commit comments