I would not recommend use Expires header at all. Just the first two. lines. In my experience including Expires header causes many problems at least with FF/SSL.
--- In [email protected], Mayank <[EMAIL PROTECTED]> wrote: > > try setting the response headers like this :' > > response.setHeader("Pragma", "bogus"); > response.setHeader("Cache-control", "bogus"); > response.setDateHeader ("Expires", -1); // prevents caching at > the proxy server > >

