You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At file DatabaseStorage.php, if not active session, maybe can't use Yii::$app->session->getId()
but you can active session at init(), just like:
Yii::$app->session->open();
Good luck!
The text was updated successfully, but these errors were encountered:
At file DatabaseStorage.php, if not active session, maybe can't use Yii::$app->session->getId()
but you can active session at init(), just like:
Yii::$app->session->open();
Good luck!
The text was updated successfully, but these errors were encountered: