Logout from Multiple Browsers after changing the password in JavaScript
I've a website where user is logged in multiple browsers like; Firefox and Chrome. I want to implement a functionality when user changed the password in Firefox, then in Chrome, it too should be logged out. How I can achieve…