William Lee -> Proxy Server Cache (3/2/2002 14:45:57)
How do I prevent caching of web pages by proxy servers.
I am able to do this for my asp pages. But for static HTML pages, what needs to be put at the meta tags?
I am thinking of renaming all my pages with .asp just to facilitate no proxy cache. However, some FP Components don't work on pages with .asp extensions.
William Lee
Gil -> RE: Proxy Server Cache (3/2/2002 15:07:15)
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> Will work for "most" proxy servers
Is that it? I thought this is only for browser cache...I even had J-Bot no cache component but seems I can refresh the browser multiple times but the pages fetched are not the fresh modified pages. I'll try again.