home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_07.cab
/
Logoff.asp
< prev
next >
Wrap
Text File
|
1997-11-01
|
151b
|
6 lines
<%
' Destroys the current session data and
' takes the user back to the FreqFlyer login page
Session.Abandon
Response.Redirect "Login.asp"
%>