summaryrefslogtreecommitdiff
path: root/rt/share/html/NoAuth/Logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/NoAuth/Logout.html')
-rwxr-xr-xrt/share/html/NoAuth/Logout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/NoAuth/Logout.html b/rt/share/html/NoAuth/Logout.html
index 20024ccec..7c9e0cb76 100755
--- a/rt/share/html/NoAuth/Logout.html
+++ b/rt/share/html/NoAuth/Logout.html
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -76,7 +76,7 @@ $m->callback( %ARGS, URL => \$URL );
$m->callback( %ARGS, CallbackName => 'BeforeSessionDelete' );
if (keys %session) {
- tied(%session)->delete;
+ RT::Interface::Web::InstantiateNewSession();
$session{'CurrentUser'} = RT::CurrentUser->new;
}