>
> >Then I have to make browser not to remember anything about the server
> >content (say no caching ... ). I know that set header in response may help
> .. >but WHICH ONE IS TO BE SET ??


response.setHeader("pragma","no-cache");
response.setHeader("cache-control","no-cache");

___________________________________________________________________________
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