Dennis Doddema
08-04-2003, 10:55 AM
Hello,
I'm trying to view a page and store nothing on the pocket pc, so I included in my jsp file the following lines:
<%
response.setHeader("Cache","NoClear");
response.setHeader("Pragma","NoClear");
response.setDateHeader("Expires",0);
%>
This works fine on my normal pc, but not on my pocket pc. When I refresh the page on the ppc it is still using the old content.
Does anybody know how to solve this?
Thanks..
Dennis
I'm trying to view a page and store nothing on the pocket pc, so I included in my jsp file the following lines:
<%
response.setHeader("Cache","NoClear");
response.setHeader("Pragma","NoClear");
response.setDateHeader("Expires",0);
%>
This works fine on my normal pc, but not on my pocket pc. When I refresh the page on the ppc it is still using the old content.
Does anybody know how to solve this?
Thanks..
Dennis