home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / OptionPackPL / iis4_07.cab / libAuthenticate.asp < prev    next >
Text File  |  1998-04-27  |  101b  |  6 lines

  1. <%
  2.     If Session("AccountID") = "" Then
  3.         Response.Redirect("Login.asp")
  4.         Response.End
  5.     End If
  6. %>