How to expire webpage when back/forward from browser button
问题 I want to implement following features to my one of the website project; I Don't want to let user navigate between pages. Page must be expired. Like onlinesbi or some other secure site. If user log out > go back > refresh then again he logs in (currently). I have to disable such login. I am already setting no-cache through meta tag Please let me know how to implement above features. 回答1: http://www.mnot.net/cache_docs/ This HTTP header: Cache-Control: public, no-cache Take a look at that