I am trying to find information on how to send cache control options, (mainly no-cache for AOL) in the HTTP headers. AOL webmaster site talks about it. My Web provider will not help because they say it is a webmaster coding issue and they do not help with that. All information I see indicates that it is set up on the server. Does anyone know how this is done?
Put the following in the HEAD section of your pages:
<META HTTP-EQUIV="expires" CONTENT="0">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
If they say it requires some sort of header from the server than the meta tags are the browser equivalant to those tags. You can add the headers using ASP, PHP or PERL also.
------------------
Wayne Luke
WR Moderator
Internet Media Provider
Bookmarks