On Fri, 2 Apr 1999, Hector Fabio Meza Martinez wrote:

> well, if the page is generated by a servlet, you can use
> setHeader("Expires","-1"), which instructs the browser not to cache the
> page. If the page is static HTML, I don't know how to set the header, so
> you'll have to look to an HTML guide.

Do something like:

<head>
<meta http-equiv=Expires content=-1>
<title>
... etc.

--

  Magnus
  Lie
  Hetland        http://arcadia.laiv.org <[EMAIL PROTECTED]>

___________________________________________________________________________
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