In my web application I have a login first and then if the login is successful I redirect the user to their account page. I want to disable browser back button (shown in below image) when he/she is on the account page after login.
I don't want to let user to go back to login page. I tried all these window.history.forward stuff from google, but I want to disable this browser back button please help me on this. I am very much stuck here.