BUGFIX: ENV Cookie_lifetime was not used for remember me

This commit is contained in:
Jeroen De Meerleer 2022-05-18 10:28:49 +02:00
parent 0fef3a275e
commit 2fa127205c
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ security:
target: login
remember_me:
secret: '%kernel.secret%'
lifetime: 2419200 # 28 days in seconds
lifetime: '%env(int:COOKIE_LIFETIME)%'
path: /
secure: true
# activate different ways to authenticate