Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
[Session] Add docs to define redis session handler via php.ini directly#17399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Alexander, thanks for this contribution. While merging I did some minor tweaks (2c59168) to ensure that it's perfectly clear that there are two possible options; both are different and independent, so readers must choose and follow only one of them. |
Thx sounds great and make it more clear 👍 |
@javiereguiluz looks like the numbering did fail not sure how to fix that:https://symfony.com/doc/current/session/database.html#store-sessions-in-a-key-value-database-redis |
Uh oh!
There was an error while loading.Please reload this page.
I think the most easiest way to configure session handling via redis is still configure it via
php.ini
and not via the Symfony Application.