%#============================================================================ %# ePortal - WEB Based daily organizer %# Author - S.Rusakov %# %# Copyright (c) 2000-2003 Sergey Rusakov. All rights reserved. %# This program is free software; you can redistribute it %# and/or modify it under the same terms as Perl itself. %# %# %#---------------------------------------------------------------------------- %# Description: Here we just clear authentication cookie and redirect to %# next page. Actual message about logout process is shown on logout_ok.htm %#---------------------------------------------------------------------------- <%method onStartRequest> <& /pv/send_auth_cookie.mc &> % return "logout_ok.htm";