How to disable browser back button after logout from any of the page in angularjs or javascript
I have 5 pages;
one is login form and the other four are having logout button. When the user clicks on the logout button from any of the four pages, it will logout.
But, when the user clicks the back button in browser after, it must not go to the any of the pages where the user has clicked on the logout button.