Hi all,
I have used the following methods to prevent caching of pages sent from the
server side at the browser side:
Method 1
--------------
res.setHeader("Pragma","no-cache");
// code
Method 2
--------------
res.setHeader("expires","0");
// code
Both the above have worked with Netscape 4.7 but not with IE 5.0. Is there
any particular reason for this? Am I invoking the methods correctly?
Are there any other methods I could use which would work with both
browsers?
Thanks,
Sanjiv
___________________________________________________________________________
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