home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 September / INTERNET107.ISO / pc / projects / asppass / isloggedin.asp < prev    next >
Encoding:
Text File  |  2003-06-06  |  86 b   |  5 lines

  1. <%
  2. If Session("LoggedIn") <> "True" Then
  3.     Response.Redirect("login.asp")
  4. End If
  5. %>