tutatp.blogg.se

Window history back not working
Window history back not working











In my apps you can still see previously viewed pages even though clicking on any link in them sends you directly back to the login page. Any javascript solution that does work can be subverted in any case by turning off javascript. Even not caching the page is useless on most browsers since rapid clicking of the Back button will get you past most obstacles.

window history back not working window history back not working

The question posed clearly states that Back button functionality should be prevented AFTER logout. There is certainly no published, working, javascript independent, platform independent, cross-browser solution for this issue or I would have found it. I have been struggling with this issue for years, have tried every "solution" I have come across and most do not work at all, a few only work on some browsers. Pages from the Back button are served from the client side and do not involve the server side where the application logic is located. This issue has zero to do with rethinking application logic.













Window history back not working