Try this:

<%
response.setHeader("Pragma", "no-cache");
if( request.getProtocol().equals("HTTP/1.1") ) {
  response.setHeader("Cache-Control", "no-cache");
}
%>

I hope it helps.
It worked for me.


Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to