in reply to Re: Expiring CGI pages
in thread Expiring CGI pages

Ok, fair enough. This does basically what I want, which is generate an "expired" warning in the browser.

However, isn't it possible to actually run the script again? An in-between option? Not just showing the history page, and not just showing a warning, but actually having the page generated again for the user? (I think /. does this.)

EDIT
I should add that these pages are viewed only over a secure connection (HTTPS).
--
man with no legs, inc.

Replies are listed 'Best First'.
Re: Re: Re: Expiring CGI pages
by seattlejohn (Deacon) on Mar 08, 2002 at 03:25 UTC
    Take a look at this document for an in-depth explanation of caching behavior.

    I'm not sure /. actually behaves the way you imply. But the site's code is open source, so if you are really motivated you could figure out how they do it! ;-)

    My personal experience has been that caching behavior in browsers follows few rules and is a constant source of annoyances, but I wish you luck!!