Re: [PHP-WIN] cache control at client

2007-04-13 Thread Mikael Grön
Even more interesting is that it's exactly what's said here: http://support.microsoft.com/kb/222064 Why write stuff that's already written? :) Mike Alf Stockton skrev: Mikael Grön wrote: What I generally use for no-cache is this: Also, to force it to work correctly, I've seen people do stu

Re: [PHP-WIN] cache control at client

2007-04-12 Thread bedul
Thursday, April 12, 2007 10:50 PM Subject: Re: [PHP-WIN] cache control at client > Mikael Grön wrote: > > What I generally use for no-cache is this: > > > > > > Also, to force it to work correctly, I've seen people do stuff like this: > > > > > >

Re: [PHP-WIN] cache control at client

2007-04-12 Thread Rich Buggy
Alf I had a similar problem trying to expire pages so that the user received a "Page Expired" message when they clicked on the back button. I discovered that if you set Cache-control to no-cache then Firefox/IE ignore the expires date. The solution that I got working on IE7 was to set Cache-contro

Re: [PHP-WIN] cache control at client

2007-04-12 Thread Alf Stockton
Mikael Grön wrote: What I generally use for no-cache is this: Also, to force it to work correctly, I've seen people do stuff like this: Pragma No-cache This is an example of where to place the second header section so that the "Pragama, No-Cache" metatag will work as it is supposed to.

Re: [PHP-WIN] cache control at client

2007-04-12 Thread Mikael Grön
What I generally use for no-cache is this: Also, to force it to work correctly, I've seen people do stuff like this: Pragma No-cache This is an example of where to place the second header section so that the "Pragama, No-Cache" metatag will work as it is supposed to. Supposedly the

[PHP-WIN] cache control at client

2007-04-12 Thread Alf Stockton
I have set:- in the header are of all my pages but still until the user does a reload in both IE & Firefox they do not see the new screen. Please tell me what else I can do to force the browser to not cache anything ever. I am not in a position of altering the client browser settings despite t

[PHP-WIN] Cache and Apache2?

2002-05-21 Thread scott
Hello, I have been experimenting with Apache2 on Win32, and have noticed something different when I access pages - it seems like things are being cached different. For example, phpmyadmin does not work correctly. Its like I have to always click the "reload mysql" link... Stuff like that... I a

[PHP-WIN] Cache

2001-01-19 Thread James Duncan
Any HTML pages that contain PHP code shouldn't be cache? Is this statement true? If you tell the browser NOT to cache a page then does that mean all objects on that page are also not cached? GIF images for example? I only want the code not to cache (so the PHP code executes on the server every ti