- Issue created by @Jay Jangid
I am experiencing an issue with the Session Invalidator module. When a user changes their password while logged in, the session remains active in other browsers/devices, rather than being invalidated as expected. Ideally, upon a password change, all active sessions for that user should be destroyed, ensuring they need to re-login with the new password.
1.Log in to the website on two different browsers.
2.Change the password using one browser.
3.Observe that the other browser remains logged in.
Upon changing the password, all existing sessions across all browsers should be invalidated, and the user should be required to log in again with the new credentials.
The session on the other browser remains active even after the password has been changed.
Active
1.0
Code