home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / uaktualnienia / OptionPackPL / iis4_07.cab / Logoff.asp < prev    next >
Encoding:
Text File  |  1998-04-27  |  151 b   |  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. %>