From 5dd469a517459d54610d9999f1b9c68a5ff29a73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 14 Mar 2011 10:56:28 +0100 Subject: [PATCH] =?utf8?q?$::auth=20erst=20nach=20dem=20session=20expire?= =?utf8?q?=20zerst=C3=B6ren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Dispatcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 8a8d5bbcf..3bf120668 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -231,11 +231,11 @@ sub handle_request { # cleanup $::locale = undef; $::form = undef; - $::auth = undef; $::myconfig = (); Form::disconnect_standard_dbh; $::auth->expire_session_keys->save_session; $::auth->dbdisconnect; + $::auth = undef; $::lxdebug->end_request; $::lxdebug->leave_sub; -- 2.20.1