Skip to content

Commit

Permalink
Merge branch '3.4' into 4.4
Browse files Browse the repository at this point in the history
* 3.4:
  Update the metadata_update_threshold description
  • Loading branch information
javiereguiluz committed Apr 8, 2020
2 parents 8bca82a + fa8cb2b commit 8278533
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1531,12 +1531,9 @@ metadata_update_threshold

**type**: ``integer`` **default**: ``0``

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.

Starting in Symfony 3.4, session data is *only* written when the session data has
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.

.. _reference-session-enabled:

Expand Down

0 comments on commit 8278533

Please sign in to comment.