|
Joe & Mike, I don't think you can rely on the meta tags to determine whether the page should be cached. If you do use the tags, this is what I would use for IE: <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> If this were a Servlet I would use something like for the HTTPServletResponse: response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "No-cache"); response.setDateHeader("Expires",1); David Morris >>> mdcis@iol.ie 10/06/01 02:37AM >>> Thanks Joe, I'll check it out Monday Mike -----Original Message----- From: Joe Pluta <joepluta@PlutaBrothers.com> To: midrange-l@midrange.com <midrange-l@midrange.com> Date: 05 October 2001 18:37 Subject: RE: Replacing IIS with iSeries 400 >Mike, sorry about the insult. It wasn't necessary. I was tired. No >excuse. I'd whine and say "YOU STARTED IT!", but that gets us nowhere ><grin>. Besides, in your opinion, I started it when I stated my opinions on >4GLs. > >I'm not going to argue further about the merits of 4GL and LANSA. > >Regardless, the problem still happens using IE5.50.4522.1800. Dunno why. >Retrieving the original quote works, but if I enter a new quote and get to >the "Extra Details" panel and get an error, then hit the back button, the >new data doesn't appear. > >I recognize the errors are valid. I recognize that I entered bad data. >It's just that when I hit the back button, I get a blank screen (well, a >blank form). > >AH! It DOES appear, if I subsequently hit "Refresh" on that page! > >My browser is caching the page! You don't have an expiration in your META >tags! I have my web caching set to automatic, which is probably the issue. >To avoid the problem, I always include the following META tag on my pages: > ><meta http-equiv="expires" content=" "> > >I wonder if that would help this situation? > >Joe
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.