% Response.CacheControl="no-store" Response.AddHeader "Pragma","no-cache" Response.Expires=-1 if session("custname")="" then Response.Redirect("../index.asp?typ=log") end if %>