From e4c78c9a4a0f198b7d1ae630502acbcc6c513b47 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 6 Apr 2020 16:29:15 +0200 Subject: [PATCH] Update the metadata_update_threshold description --- reference/configuration/framework.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index d09cf59c23f..4321d168e3a 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1024,12 +1024,9 @@ setting the value to ``null``: **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: