File tree Expand file tree Collapse file tree 3 files changed +10
-74
lines changed Expand file tree Collapse file tree 3 files changed +10
-74
lines changed Original file line number Diff line number Diff line change 194
194
/cookbook/psr7 /components/psr7
195
195
/cookbook/request/index /request
196
196
/cookbook/request/load_balancer_reverse_proxy /deployment/proxies
197
- /cookbook/request/mime_type /reference/configuration/framework#formats
197
+ /cookbook/request/mime_type /reference/configuration/framework
198
198
/cookbook/routing/conditions /routing/conditions
199
199
/cookbook/routing/custom_route_loader /routing/custom_route_loader
200
200
/cookbook/routing/debug /routing/debug
244
244
/cookbook/service_container/shared /service_container/shared
245
245
/cookbook/session/avoid_session_start /session/avoid_session_start
246
246
/cookbook/session/index /session
247
- /cookbook/session/limit_metadata_writes /session/limit_metadata_writes
247
+ /cookbook/session/limit_metadata_writes /reference/configuration/framework
248
+ /session/limit_metadata_writes /reference/configuration/framework
248
249
/cookbook/session/locale_sticky_session /session/locale_sticky_session
249
250
/cookbook/session/php_bridge /session/php_bridge
250
251
/cookbook/session/proxy_examples /session/proxy_examples
Original file line number Diff line number Diff line change @@ -890,18 +890,19 @@ setting the value to ``null``:
890
890
),
891
891
));
892
892
893
+ .. _reference-session-metadata-update-threshold :
894
+
893
895
metadata_update_threshold
894
896
.........................
895
897
896
898
**type **: ``integer `` **default **: ``0 ``
897
899
898
- This is how many seconds to wait between two session metadata updates. It will
899
- also prevent the session handler to write if the session has not changed.
900
-
901
- .. seealso ::
900
+ This is how many seconds to wait between updating/writing the session metadata. This
901
+ can be useful if, for some reason, you want to limit the frequency at which the
902
+ session persists.
902
903
903
- You can see an example of the usage of this in
904
- :doc: ` /session/limit_metadata_writes ` .
904
+ Starting in Symfony 3.4, session data is * only * written when the session data has
905
+ changed. Previously, you needed to set this option to avoid that behavior .
905
906
906
907
assets
907
908
~~~~~~
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments