Skip to content

Commit fa8cb2b

Browse files
committed
minor symfony#13502 Update the metadata_update_threshold description (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Update the metadata_update_threshold description Fixes symfony#9920. Commits ------- e4c78c9 Update the metadata_update_threshold description
2 parents 2a475ba + e4c78c9 commit fa8cb2b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,12 +1024,9 @@ setting the value to ``null``:
10241024

10251025
**type**: ``integer`` **default**: ``0``
10261026

1027-
This is how many seconds to wait between updating/writing the session metadata. This
1028-
can be useful if, for some reason, you want to limit the frequency at which the
1029-
session persists.
1030-
1031-
Starting in Symfony 3.4, session data is *only* written when the session data has
1032-
changed. Previously, you needed to set this option to avoid that behavior.
1027+
This is how many seconds to wait between updating/writing the session metadata.
1028+
This can be useful if, for some reason, you want to limit the frequency at which
1029+
the session persists, instead of doing that on every request.
10331030

10341031
.. _reference-session-enabled:
10351032

0 commit comments

Comments
 (0)