Hi Team,
When user logged from the website, it is showing the login page, but when clicked on browser back button, it is taking back to the same page from where the user got logged out, how to acheive this
I have added this peice of code in my logout page, but didn't worked
- //$(document).ready(function () {
- // window.history.forward(1);
- // //function disableBack() { window.history.forward() }
- // //window.onload = disableBack();
- // //window.onpageshow = function (evt) { if (evt.persisted) disableBack() }
- //});
thanks for help in advance
Regards
Phani Kumar

Marius VasilePosted Jun 12, 2020, 4:50 AM
Arvind KushwahaPosted Jun 12, 2020, 4:21 AM
Kavita JPosted Jun 12, 2020, 3:21 AM
Jignesh KumarPosted Jun 11, 2020, 12:01 AM
Farhan AhmedPosted Jun 10, 2020, 10:57 PM