Hi,
You can write a code like this, with this response of your servlet will not
be cached.

...
response.setHeader("pragma","no-cache");
PrintWriter out = response.getWriter();
...

Regards,
Aditya Kapur
US Interactive

------------------------------

Date:    Fri, 21 Jul 2000 15:26:36 +0530
From:    Abdulaleem Muneer <[EMAIL PROTECTED]>
Subject: <No subject given>

hi,
 how to clear the cache using html or javascript...
thanks in advance...

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to