% if Request.Cookies("userid")<>"" and Request.Cookies("password")<>"" then Session("user_name")=Request.Cookies("userid") Session("password")=Request.Cookies("password") Response.Redirect("main.asp") end if %>
LOG IN: