home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / jsp / _cache.jspf next >
Text File  |  2003-06-05  |  151b  |  5 lines

  1. <%
  2.   response.setContentType("text/html");
  3.   response.addHeader("Cache-Control", "private");
  4.   response.addHeader("Cache-Control", "max-age=0");
  5. %>