views:

96

answers:

1

How can I tell browser that use the cache and do not revalidate (HTTP Status 304) within the expire time or close the browser ? (just an opposite the must-revalidate ^^")

ASP.NET

A: 

something like the following might help:
tell the browser when the page does expire ... either via metaTags or http

Andreas Niedermair