home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
CMCD0703.ISO
/
Software
/
Freeware
/
Programare
/
bugzero
/
jsp
/
_cache.jspf
next >
Wrap
Text File
|
2003-06-05
|
151b
|
5 lines
<%
response.setContentType("text/html");
response.addHeader("Cache-Control", "private");
response.addHeader("Cache-Control", "max-age=0");
%>