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

  1. <%
  2.     ' Destroys the current session data and 
  3.     ' takes the user back to the FreqFlyer login page
  4.     Session.Abandon
  5.     Response.Redirect "Login.asp"
  6. %>