2025-02-09 15:02:15 +01:00
|
|
|
# see https://symfony.com/doc/current/reference/configuration/framework.html
|
|
|
|
framework:
|
|
|
|
secret: '%env(APP_SECRET)%'
|
|
|
|
|
|
|
|
# Note that the session will be started ONLY if you read or write from it.
|
2025-02-09 16:05:39 +01:00
|
|
|
session:
|
|
|
|
handler_id: Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler
|
2025-02-09 15:02:15 +01:00
|
|
|
#esi: true
|
|
|
|
#fragments: true
|
|
|
|
|
|
|
|
when@test:
|
|
|
|
framework:
|
|
|
|
test: true
|
|
|
|
session:
|
|
|
|
storage_factory_id: session.storage.factory.mock_file
|