Re: SOLVED Please put me out of my misery (was How to expire a page?)

2007-03-09 Thread James Holmes
When all else fails, check the RFC (or ask Jochem, which is essentially the same thing) http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html which says: 14.21 Expires The format is an absolute date and time as defined by HTTP-date in section 3.3.1; it MUST be in RFC 1123 date format:

Re: SOLVED Please put me out of my misery (was How to expire a page?)

2007-03-09 Thread Andrew Scott
Correct me if I am wrong that as long as the expires time, is anything in the past will flush the cache. And have always used the date of 1900-01-01 and it always appeared to work for me, now you have me curious whether it actual is or not. On 3/9/07, Matt Quackenbush <[EMAIL PROTECTED]> wrote

Re: SOLVED Please put me out of my misery (was How to expire a page?)

2007-03-08 Thread Matt Quackenbush
Wow. Thanks for posting the solution. I had been working with the exact same issue, and had used everything you just posted except for GetHttpTimeString(). Nothing I tried was working either, but your find is working beautifully for me as well. Matt I think I solved the issue by adding serve

Re: SOLVED Please put me out of my misery (was How to expire a page?)

2007-03-08 Thread Victor Moore
I think I solved the issue by adding server side headers: and it seems it worked Victor On 3/8/07, Ben Doom <[EMAIL PROTECTED]> wrote: > > I'm stretching a bit, but what about using JavaScript to either clear > the history or close the window? > > --Ben Doom > >