We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception after session expired not present and auto logout not execute on debug mode.
Error/exception "session_regenerate_id(): Session write failed. ID: user" present on debug mode. Auto logout execute after exception.
On yii2-debug 2.0.9 error is not reproduce. Error is not reproduce after update Yii2 version only (without update yii2-debug).
The text was updated successfully, but these errors were encountered:
I guess session_start() is run too early in “UserPanel”
Sorry, something went wrong.
No branches or pull requests
What steps will reproduce the problem?
What's expected?
Exception after session expired not present and auto logout not execute on debug mode.
What do you get instead?
Error/exception "session_regenerate_id(): Session write failed. ID: user" present on debug mode.
Auto logout execute after exception.
Additional info
On yii2-debug 2.0.9 error is not reproduce.
Error is not reproduce after update Yii2 version only (without update yii2-debug).
The text was updated successfully, but these errors were encountered: