Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 05cc5d4

Browse files
authored
feat(framework): Put sessions on Redis (#75)
1 parent e4f8887 commit 05cc5d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/packages/framework.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ framework:
44
#csrf_protection: true
55

66
# Note that the session will be started ONLY if you read or write from it.
7-
session: true
7+
session:
8+
handler_id: "%env(REDIS_URI)%"
89

910
#esi: true
1011
#fragments: true

0 commit comments

Comments
 (0)