Hi All, I have used simple JSP and java files to build my application. All the jsp files have included a 'header.jsp' file, in which there is a Log Out image button. After clicking this button, the page 'logOut.jsp' emerges. In this page, I am invalidating the session. But when I click either back button of IE, or 'backspace' key, I can still access all the pages.
Hi ---------------------------- <%response.setHeader("Cache-Control","no-cache");%> <%response.setHeader("expires","0");%> <%response.setHeader("Pragma","no-cache");%> ---------------------------------------- looks good. you have to do some more work.you can not disable browser back button.but you can controll also you can disable right click and backspace button through java script...
for your problem ,there are many solution in javascript.
"Nishant Kr", you have previously been warned on multiple occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional, and this is your final warning. Adjust your display name to comply with the required standards prior to your next post.
Failure to comply will result in the removal of your account.