Filename: asp_header_info.asp Use: Include at the top of your ASP pages to include common ASP header info into your pages
<%@ LANGUAGE=VBSCRIPT %> <% Option Explicit On Error Resume Next
'Response.Expires = 0 'Response.Expiresabsolute = Now() - 1 'Response.AddHeader "pragma","no-cache" 'Response.AddHeader "cache-control","private" 'Response.CacheControl = "no-cache" %>