From: Sven Schöling Date: Mon, 14 Mar 2011 09:56:28 +0000 (+0100) Subject: $::auth erst nach dem session expire zerstören. X-Git-Tag: release-2.6.3~50 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5dd469a517459d54610d9999f1b9c68a5ff29a73;p=kivitendo-erp.git $::auth erst nach dem session expire zerstören. --- 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;