Re: expiring pages and reloading (ASP)

by "Cyanide _7" <leo7278(at)hotmail.com>

 Date:  Mon, 17 Jan 2000 16:18:35 CST
 To:  pbabcock(at)bgsgroup.com
 Cc:  hwg-languages(at)hwg.org
  todo: View Thread, Original
hey phil,
  be sure that this below is all specified FIRST. before ANY HTML is sent to 
the client. not even the <HTML> tag should go out. afaik, you only need that 
first line. should work for all browsers i think. - Cyanide_7


>Response.Expires = 0
>Response.Buffer = true
>Response.ExpiresAbsolute = #1/1/2000 00:00:00#
>Response.AddHeader "Cache-Control", "Private"
>Response.AddHeader "Pragma", "No-Cache"
>(this solution works in nn 4.7, but not IE5 (?) )

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA