Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

View File

@@ -9,11 +9,11 @@ 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: '%env(resolve:DATABASE_URL)%'
handler_id: '%env(REDIS_URL)%'
cookie_secure: auto
cookie_samesite: lax
#esi: true
esi: true
#fragments: true
php_errors:
log: true
@@ -23,3 +23,12 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file
when@dev:
framework:
http_cache: false