We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6bd3e commit 0ad5b00Copy full SHA for 0ad5b00
README.md
@@ -118,6 +118,13 @@ The runtime for [Symfony](https://symfony.com/) is included in the runtime compo
118
119
* https://github.com/symfony/runtime
120
121
+## Note about sessions
122
+
123
+On Symfony < 5.4 session data will not be properly stored when using a "non-traditional"
124
+webserver like Bref, Google, ReactPHP, RoadRunner or Swoole. This problem (or missing
125
+feature) has been added in Symfony 5.4 and 6.0. You need to use the unreleased version
126
+of `symfony/http-kernel` for sessions to work properly.
127
128
## Contribute
129
130
Contributions are always welcomed. Send your PR or open an issue here: https://github.com/php-runtime/runtime
0 commit comments