hopefully fixed strange session timeout behavior

This commit is contained in:
overflowerror 2021-01-08 17:02:45 +01:00
parent e6c83b31fe
commit 3265ffa787

View file

@ -7,7 +7,8 @@ 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: null
handler_id: 'session.handler.native_file'
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
cookie_secure: auto
cookie_samesite: lax