diff --git a/CHANGELOG.md b/CHANGELOG.md index f633cf7..0544a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to project will be documented in this file. +## [2.3.5](https://github.com/roadiz/skeleton/compare/v2.3.4...v2.3.5) - 2024-05-31 + +### Features + +- Use Redis for session storage in production - ([b7932d3](https://github.com/roadiz/skeleton/commit/b7932d3021d1a2509f7330da47342ff19c77e3f9)) - Ambroise Maupate + ## [2.3.4](https://github.com/roadiz/skeleton/compare/v2.3.3...v2.3.4) - 2024-05-29 ### Features diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 3bc6cf4..b603e4b 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -53,6 +53,9 @@ when@test: when@prod: framework: + # Use Redis for session storage in production + session: + handler_id: '%env(string:REDIS_DSN)%' php_errors: # E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED log: 22519