This is a problem I encounter with Internet Explorer only, not netscape. I've tryed reinstalling IE 5.5, and have upgraded to 6.0, but it still doesn't fix the problem.
Whether I am interacting with databases, or cookies, the page (within I.E.) will not update to show the latest information change.
It's not just my I.E. because I've also tried it from another computer using IE down on base. I've set the browser to update with every visit to the page, and even set the cache saving option to the minimum setting of 1 MB. Within my code I've used the following on every page. And nothing seams to fix the problem, however NS works fine.
<%
Response.Expires = 0
Response.ExpiresAbsolute = #January 1, 2000 00:00:00#
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "private"
%>
(have also tried substituting Response.ExpiresAbsolute value with now()-2 and yet it still does not effect it in any way.
Does anyone have any idea what is causing this?
-Ovatvvon :-Q
Whether I am interacting with databases, or cookies, the page (within I.E.) will not update to show the latest information change.
It's not just my I.E. because I've also tried it from another computer using IE down on base. I've set the browser to update with every visit to the page, and even set the cache saving option to the minimum setting of 1 MB. Within my code I've used the following on every page. And nothing seams to fix the problem, however NS works fine.
<%
Response.Expires = 0
Response.ExpiresAbsolute = #January 1, 2000 00:00:00#
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "private"
%>
(have also tried substituting Response.ExpiresAbsolute value with now()-2 and yet it still does not effect it in any way.
Does anyone have any idea what is causing this?
-Ovatvvon :-Q