Add services.yml to set session cookie length * 10

This commit is contained in:
Chris (wolcen) Thompson 2024-11-06 13:36:53 -05:00
parent 071d4b3adb
commit 3656d61c4d

View file

@ -0,0 +1,7 @@
parameters:
session.storage.options:
# Set session cookie lifetime (in seconds), i.e. the time from the session
# is created to the cookie expires, i.e. when the browser is expected to
# discard the cookie. The value 0 means "until the browser is closed".
# @default 2000000
cookie_lifetime: 20000000