/    Sign up×
Community /Pin to ProfileBookmark

refresh with I.E. 6

hi,
i’m having an issue with I.E. 6.0, when i use the following at the top of my script

[code=php]
// Date in the past
header(“Expires: Mon, 26 Jul 1997 05:00:00 GMT”);

// always modified
header(“Last-Modified: ” . gmdate(“D, d M Y H:i:s”) . ” GMT”);

// HTTP/1.1
header(“Cache-Control: no-store, no-cache, must-revalidate”);
header(“Cache-Control: post-check=0, pre-check=0”, false);

// HTTP/1.0
header(“Pragma: no-cache”);
?>
[code=php]

the script still does not refresh from the server, its still picks up a cached version from the page i am loading from somethere. This is a frames script, so its a load issue in the main frame in on the browser, it works perfect in I.E. 5.0

is there a know issue here? if so, doe anybody have work around???

many thanks

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@crh3675Mar 03.2004 — try adding:

<i>
</i>session_cache_limiter("nocache");


as the first line of code
×

Success!

Help @irishgirl spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...