Skip to content

Commit

Permalink
2024-08-20
Browse files Browse the repository at this point in the history
  • Loading branch information
sigere committed Aug 20, 2024
1 parent 87b7af1 commit ddd5d23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/packages/session.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ framework:
session:
handler_id: Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
gc_maxlifetime: 14400


when@test:
framework:
session:
handler_id: Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler
save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'

0 comments on commit ddd5d23

Please sign in to comment.