<%@LANGUAGE="VBSCRIPT" %> <% OPTION EXPLICIT Response.AddHeader "Pragma", "no-cache" Response.AddHeader "cache-control", "no-store" Response.buffer=True Session("LoggedIn") = "FALSE" Session("UserID") = "" Session("UserName") = "" response.redirect("/home.asp") %>