8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@1993834 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1993834

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update the metadata_update_threshold description
2 parents e9967f3 + 8278533 commit 1993834

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
@@ -1490,12 +1490,9 @@ metadata_update_threshold
14901490

14911491
**type**: ``integer`` **default**: ``0``
14921492

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.
1493+
This is how many seconds to wait between updating/writing the session metadata.
1494+
This can be useful if, for some reason, you want to limit the frequency at which
1495+
the session persists, instead of doing that on every request.
14991496

15001497
.. _reference-session-enabled:
15011498

0 commit comments

Comments
 (0)
0