<% Sub CheckLogin() if session("UserName")="" then response.Redirect("/User/Login.asp") end if End Sub %>