%@ language = VBscript%>
<% On Error Resume Next Session.Abandon 'Session object is not destroyed until the server has finished processing the script. if NOT(isEmpty(Session("verified"))) then if Session("verified")=FALSE then Response.Write ("... Please try again, you entered a wrong combination of userid pass") end if end if %>