I need help regarding WordPress session management. Follow these steps::
Bug: Session management and break authentication.
Steps to reproduce:
Log in to your account using browser 1.
Now, login to the same account using browser 2.
Change the password in browser 1.
Refresh in the browser 2 nothing will happen account remains logged in.
If this bug is not present than account must log out automatically when the browser 2 is refreshed.
It is a medium severity bug. What will be the solution? Thanks
I need help regarding WordPress session management. Follow these steps::
Bug: Session management and break authentication.
Steps to reproduce:
Log in to your account using browser 1.
Now, login to the same account using browser 2.
Change the password in browser 1.
Refresh in the browser 2 nothing will happen account remains logged in.
If this bug is not present than account must log out automatically when the browser 2 is refreshed.
It is a medium severity bug. What will be the solution? Thanks
I have gone through the above case. I have checked when you change password you will have the option of logout every where else. So you need to check it. https://www.screencast/t/0tilp5u2
I will explain it the reason for the same. In this when you login into wordpress.The details are saved in the form of cookies into your browser in form of sessions. However on selecting above button you will be clearing all the session of the website.
If you do not do it there will be session on the system so you will not be logged out on another browser