On Wed, 10 Jan 2001 12:13:26 +0530, "Hrishi" <[EMAIL PROTECTED]>
wrote:
>Cache-Control: no-cache
>
>will make sure any proxies/ISP caches will also not store the page.
Yes this works. I can see that IE5 does not cache the page locally,
by looking in Temporary Internet Files.
I realize now thou
On Wed, 10 Jan 2001 12:13:26 +0530, "Hrishi" <[EMAIL PROTECTED]>
wrote:
>try adding a header("Expires: 0"); line at the top of the script. this will
>provide an 'already expired' page to the user. i.e., the browser will not
>store the page in cache at all.
>other headers are:
>
>Cache-Control: ma
try adding a header("Expires: 0"); line at the top of the script. this will
provide an 'already expired' page to the user. i.e., the browser will not
store the page in cache at all.
other headers are:
Cache-Control: max-age=0
Cache-Control: no-cache
these will make sure any proxies/ISP caches w
Using $PHP_SELF, I have a form that calls itself until the user gets
all the input right. Each time the user corrects some field and
resubmits, the browser builds a cache of pages, as you can see with
the browser back button.
Is there a way to make the browser clear the cache on every submission
4 matches
Mail list logo