home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / libAuthenticate.inc < prev    next >
Text File  |  1997-11-01  |  104b  |  6 lines

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