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

Skip to content

Commit 8278533

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Update the metadata_update_threshold description
2 parents 8bca82a + fa8cb2b commit 8278533

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
@@ -1531,12 +1531,9 @@ metadata_update_threshold
15311531

15321532
**type**: ``integer`` **default**: ``0``
15331533

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

15411538
.. _reference-session-enabled:
15421539

0 commit comments

Comments
 (0)
0