Thanks for the help, it worked!  One small question, is

res.setHeader("Cache-Control", "no-store")

HTTP1.1 specific?

 And also how come both

res.setHeader("Cache-Control", "no-store")
 res.setDateHeader("Expires", 0);

have to be used? Shouldn't it be possible to use just one?

Thanks again

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

Reply via email to