Skip to content

Commit

Permalink
Remove framework.session.*liftime settings
Browse files Browse the repository at this point in the history
They make the app cookie into a session cookie with a given lifetime. We
want them to be a non persistent cookie
  • Loading branch information
MKodde committed May 22, 2024
1 parent 236c43b commit 2cdc23f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ framework:
cookie_httponly: true
cookie_secure: true
cookie_samesite: none
cookie_lifetime: '%session_max_absolute_lifetime%'
gc_maxlifetime: '%session_max_relative_lifetime%'

fragments: false
error_controller: Surfnet\StepupSelfService\SelfServiceBundle\Controller\ExceptionController::show
Expand Down

0 comments on commit 2cdc23f

Please sign in to comment.