How is it possible to force an HTML page to come from the server, and not from the browser's cache, every time a page is loaded on the browser, even if that happens because the user pressed the back or the forward button.
many many threads on this subject in the javascript and html/dhtml forums ... search for force refreshing or reloading ... i'm sorry i didn't note the threads reference.
In essence, from all of those posts, you will find that there is no way to force a browser to download a page from your server. That is a browser issue and a proxy issue, not a server issue.
Sincerely,
I don't wish to contradict, and if i am wrong then please tell me so, but is there not a command Response.Expires=0, i am using ASP, and i know it works in that, is it generic or am i talking rubbish. DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.
That will usually work, but not always. If a proxy stores the page in a server for quick access, it may not grab the actual new version of the page. jared@aauser.com
Asp is a server-side language. If a browser or proxy server caches the asp output as html, and then fetches that page from the cache when a request is made, then there is nothing you can do about it from the web server. It has nothing to do with you at that point.
Sincerely,
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.