Re: [PHP] Internet Explorer Caching
- From: cwemagazines@xxxxxxxxxxx (Charlene)
- Date: Wed, 29 Aug 2007 13:56:07 -0500
Yes, I'm sure. Changes I make to a database are reflected in the database but not on the form. It's only IE. It works fine in FireFox or SeaMonkey.
Charlene
Richard Heyes wrote:
Charlene wrote:.I've been having problems with Internet Explorer caching php programs. I'm using the following code:
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Pragma", "no-cache");
header("Expires", "-1");
And it used to work, but now, according to Windows Explorer its giving it 3 hours to expire.
Are you sure? By default PHP pages/scripts don't send any caching headers and hence don't get cached. You can check this using: http://www.fiddlertool.com
- Follow-Ups:
- CAN'T GET OUT OF THIS LIST
- From: "Dave Howard Schiff"
- CAN'T GET OUT OF THIS LIST
- References:
- Internet Explorer Caching
- From: Charlene
- Re: [PHP] Internet Explorer Caching
- From: Richard Heyes
- Internet Explorer Caching
- Prev by Date: Re: [PHP] Internet Explorer Caching
- Next by Date: Perhaps an incomplete $_POST
- Previous by thread: Re: [PHP] Internet Explorer Caching
- Next by thread: CAN'T GET OUT OF THIS LIST
- Index(es):
Relevant Pages
|