%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
Please enter your username and password to continue.
<% username = Session("temp_username") If username = "" Then username = Request.Cookies("username") End If password = Session("temp_password") If password = "" Then password = Request.Cookies("password") End If %>