<%On Error Resume Next Response.Cookies("EPCCustomerFirstName") = "" Response.Cookies("EPCCustomerID") = "" Response.Cookies("EPCKey") = "" Response.Cookies("EPCCust") = "" Session("EPCCustomerID") = "" Session("EPCCust") = "" Session("SessFName")="" Session("SessLName")="" Session("SessCEmail")="" Session("SessstrEmailAddress")="" Session("SessstrContactFirstName")="" Session("SessstrContactLastName")="" Session("SessstrBillingAddress")="" Session("SessstrCity")="" Session("SessstrStateOrProvince")="" Session("SessstrPostalCode")="" Session("SessstrPhoneNumber")="" Session("SessstrCompanyName")="" Session("SessstrCountry")="" 'Response.Redirect "CustomerLogin.asp" iCount = 0 Session("EPCItemCount") = iCount Response.Redirect "Index.asp" %>