yiisoft / yii2-app-advanced

Yii 2.0 Advanced Application Template
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
1.66k stars 1.28k forks source link

new session id on every page request #513

Closed tsanchev closed 2 years ago

tsanchev commented 2 years ago

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.

Q A
Yii version 2.0.44-dev.
PHP version 8.1.0
Operating system Windows 10
samdark commented 2 years ago

https://github.com/yiisoft/yii2/issues/19067

samdark commented 2 years ago

Should be fixed now.

samdark commented 2 years ago

Please re-check.