How to prevent a JSP/Sevlet output page from being cached by the browser

Sometimes we faced the caching problem of Internet Explorer. Some of the JSP pages of any site were unable to show the updated data because the browser displays the old cached pages stored in the memory. This tips show you how to overcome this situation.

 

Share this Listing