home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / iis4_07.cab / libAuthenticate.inc < prev    next >
Encoding:
Text File  |  1997-09-08  |  104 b   |  6 lines

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