-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
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
Session hijacking prevention #1521
Comments
nadar
added a commit
that referenced
this issue
Sep 26, 2017
nadar
added a commit
that referenced
this issue
Sep 26, 2017
nadar
added a commit
that referenced
this issue
Oct 2, 2017
Due to yii2-debug toolbar which implements the user panel and trys to regenerate the session in yii\web\User unexpected logouts appear. |
In order to conflict with the yii2 web user behavior:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to prevent session hijacking bind session id to current ip adresse in database and make sure its the same on each request.
The text was updated successfully, but these errors were encountered: