1. Page expired error when browser back button is hit coderanch.com |
2. Show msg while clicking on BACK button that page expired coderanch.com |
3. Warning: Page has Expired in Jsp page after clicking back button. coderanch.com |
4. expired problem in jsp (back button/link) coderanch.com |
6. Page not getting Expired after click of back button coderanch.comHi, I'm using the cache-control method to use page expiration utility in my JSP. Its working fine with IE. But, I'm not able to achieve this with Mozilla Firefox. I'm setting all the cache-control related attributes to achieve this in my JSP - Also, I've used following piece of code as well: function noBack(){window.history.forward()} noBack(); window.onload=noBack; window.onpageshow=function(evt){if(evt.persisted)noBack()} window.onunload=function(){void(0)} But, still, page ... |