Skip to content

Commit

Permalink
[CONFIG] Update session cookie settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineBorda committed Oct 26, 2024
1 parent 7ce710b commit 5843a15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file
cookie_lifetime: 2592000
gc_maxlifetime: 2592000
cookie_secure: auto
cookie_samesite: lax
cooke_httponly: true

0 comments on commit 5843a15

Please sign in to comment.