Add services.yml to set session cookie length * 10
This commit is contained in:
parent
071d4b3adb
commit
3656d61c4d
1 changed files with 7 additions and 0 deletions
7
web/sites/default/services.yml
Normal file
7
web/sites/default/services.yml
Normal 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
|
Loading…
Reference in a new issue