Balnaves, Edmund2017-03-292017-03-292017http:/docs.prosentient.com.au/prosentientjspui/handle/703/2902The following pages particularly can benefit from no caching <br /> tools/edit-item-form.jsp<br /> mydspace/home.jsp<br /> display-item.jsp<br /> <br /> Add the following to the imports for the jsp page<br /> <br /> <%@page import="javax.servlet.http.HttpServletResponse" %><br /> <br /> <br /> Add the following to the very start of the mainline jsp code (after the declarations)<br /> <br /> HttpServletResponse httpResponse = (HttpServletResponse) response; httpResponse.setHeader("Cache-Control", "no-cache, no-store, must-revalidate"); // HTTP 1.1<br /> httpResponse.setHeader("Pragma", "no-cache"); // HTTP 1.0<br /> httpResponse.setDateHeader("Expires", 0); // Proxies.<br />TextDSPACE - prevent cachingFAQDSpaceDSpace documentation