wassim
May 3rd, 2001, 15:07
Hi guys,
I'm having problems to control the expiry date of my pages.
I don't want the browser to load the page from the cache.
What bothers me is that even my interactive pages which are written in ASP load from the cache.
It only happens with Internet Explorer. Netscape doesn't seem to have this kind of problems.
I used all sort of commands to eliminate that problem, like
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
and response.expires and response.cachecontrol in ASP
but the pages still load from the cache.
Anyone has an idea about how to correct that?
Thanks in advance
Wassim
I'm having problems to control the expiry date of my pages.
I don't want the browser to load the page from the cache.
What bothers me is that even my interactive pages which are written in ASP load from the cache.
It only happens with Internet Explorer. Netscape doesn't seem to have this kind of problems.
I used all sort of commands to eliminate that problem, like
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
and response.expires and response.cachecontrol in ASP
but the pages still load from the cache.
Anyone has an idea about how to correct that?
Thanks in advance
Wassim