Skip to content

Commit 0ad5b00

Browse files
Added note about sessions (#79)
* Added note about sessions * Update README.md Co-authored-by: Alexander Schranz <[email protected]> Co-authored-by: Alexander Schranz <[email protected]>
1 parent aa6bd3e commit 0ad5b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ The runtime for [Symfony](https://symfony.com/) is included in the runtime compo
118118

119119
* https://github.com/symfony/runtime
120120

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+
121128
## Contribute
122129

123130
Contributions are always welcomed. Send your PR or open an issue here: https://github.com/php-runtime/runtime

0 commit comments

Comments
 (0)