Closed tsanchev closed 2 years ago
clean install with composer: composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced D:\web\www\yii2test-dev\app
same session id when page is refreshed
new id
Also tested with php 8.0.6 same problem If project is created with --stability=stable - there is no problem with the session id.
https://github.com/yiisoft/yii2/issues/19067
Should be fixed now.
Please re-check.
What steps will reproduce the problem?
clean install with composer: composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced D:\web\www\yii2test-dev\app
What's expected?
same session id when page is refreshed
What do you get instead?
new id
Additional info
Also tested with php 8.0.6 same problem If project is created with --stability=stable - there is no problem with the session id.