diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 7e1ee1f..ec05da3 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -3,7 +3,10 @@ framework: secret: '%env(APP_SECRET)%' # Note that the session will be started ONLY if you read or write from it. - session: true + session: + gc_maxlifetime: 604800 + cookie_lifetime: 604800 + cookie_samesite: 'lax' #esi: true #fragments: true