Re: caching of cgi-generated pages

On Wed, 28 Jul 1999, Dmitry Beransky wrote:
:->Which specification states (recommends) that browsers should not cache 
:->cgi-generated pages?

Do you want the HTTP/1.1 standard (RFC 2616)? That makes the
requirement that caching should be transparent to the user most of the
time, which means that browsers generally shouldn't cache dynamically
generated pages. Since browsers can't reliably detect such pages, it's
really up to the web application author to use the HTTP cache control
mechanisms to make sure this happens properly.

	<mike

Received on Wednesday, 28 July 1999 13:11:01 UTC