RE: problems with browser cache

2002-09-04 Thread Durham David Cntr 805CSS/SCBE
Try using response.setHeader(Cache-control, no-cache) and response.setHeader(expires, -1); That should work. -Original Message- From: Christian J. Dechery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 9:28 AM To: [EMAIL PROTECTED] Subject: problems with browser

Re: problems with browser cache

2002-09-04 Thread Tim Funk
Added a bogus parameter to the URL which guarantees a unique URL. ex: A HREF=foo.jsp?bogus=%System.currentTimeMillis()%Foo/A Christian J. Dechery wrote: How can I prevent the broswer from using the cache when loading a JSP with a 100% certainty? I'm experiencing a reaaally weird cache