<%@ LANGUAGE="VBSCRIPT" %> <% Response.Buffer = True %> <% '*********************************************************************** ' System : ASPBanner Unlimited Version 8.0 ' Author : Christopher Williams of CJWSoft www.CJWSoft.com ' ' COPYRIGHT NOTICE ' ' See attached Software License Agreement ' ' (c) Copyright 2000 - 2005 by CJWSoft. All rights reserved '*********************************************************************** %> <% Confirm_LogOff = Request("Confirm_LogOff") %> <% =Application("App_Name") %> Log Off The System > <% If Confirm_LogOff <> "Yes" Then %>

">Return To Previous Screen

Are you sure you want to Log Off The System ?
If you Log Off you will have to re-enter your Username & Password the next time you sign in.

Yes / ">No

<% Else Response.Cookies ("ASPBANNERCOOKIE")("COOKIE_USERNAME") = "" Response.Cookies ("ASPBANNERCOOKIE")("KEEPMESIGNEDIN") = "False" Response.Cookies ("ASPBANNERCOOKIE").Expires = DATE + 90 Session("ASPBannerPasswordAccess") = "No" Session("Access_Level") = "" Session.Abandon Response.Redirect(Application("Log_Off_Page")) End If %>