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 8bca82a + fa8cb2b commit 8278533Copy full SHA for 8278533
reference/configuration/framework.rst
@@ -1531,12 +1531,9 @@ metadata_update_threshold
1531
1532
**type**: ``integer`` **default**: ``0``
1533
1534
-This is how many seconds to wait between updating/writing the session metadata. This
1535
-can be useful if, for some reason, you want to limit the frequency at which the
1536
-session persists.
1537
-
1538
-Starting in Symfony 3.4, session data is *only* written when the session data has
1539
-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.
1540
1541
.. _reference-session-enabled:
1542
0 commit comments