replaced ~ by null

This commit is contained in:
Fabien Potencier
2019-08-01 09:31:53 +02:00
parent f0e5358bcd
commit 00f7b140b4
12 changed files with 16 additions and 15 deletions
@@ -16,4 +16,4 @@ framework:
# Namespaced pools use the above "app" backend by default
#pools:
#my.dedicated.cache: ~
#my.dedicated.cache: null
@@ -6,7 +6,7 @@ framework:
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: ~
handler_id: null
#esi: true
#fragments: true
@@ -6,7 +6,7 @@ framework:
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: ~
handler_id: null
cookie_secure: auto
cookie_samesite: lax