I think you have to provide a bit more info.

What do you mean with doesn't work ?
Which browser version do you use ?
Which apache version do you use ?
Which tomcat version do you use ?
Which connector do you use ?

> -----Ursprüngliche Nachricht-----
> Von: Mariela Schafer [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 14. Juni 2002 17:03
> An: '[EMAIL PROTECTED]'
> Betreff: Expiring a page on Apache/Tomcat
> Wichtigkeit: Hoch
> 
> 
> Hi All,
> I am trying to expire a page on Tomcat Apache In my JSP code 
> I have set this
> up 
> <% response.setDateHeader ("Expires", 0);
>  response.setHeader("Pragma", "no-cache"); 
> response.setHeader("Cache-Control", "no-store");
>  response.setDateHeader("max-age", 0); 
> response.setDateHeader("Expires", 0); %> 
>  But when I run it on Apache/Tomcat it does not work. Why ??
> 
> Mariela
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to