Posted by -Lost on 03/29/07 17:38
"J.O. Aho" <user@example.net> wrote in message news:5726hsF297mqiU2@mid.individual.net...
> -Lost wrote:
>> I have tried the defacto:
>>
>> header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
>> header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
>>
>> ...but Firefox keeps on caching results form a POST'd form.
>>
>> Anyone know of any tricks or other headers to send to tame Firefox's cache?
>
> Did you change the Firefox settings to not cache? Thats the only way you can
> be sure of that the page won't be cached if you have turned off the browsers
> cache yourself.
Fair point, I did eventually remember to do that. I disabled it via Web Developer
(Firefox extension) and the problem persists.
Maybe it is in the PHP code?
-Lost
Navigation:
[Reply to this message]
|