]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
Merge branch 'unformatted-numbers'
[mfinanz.git] / SL / Dispatcher.pm
index 47c2e2a35cb41d3f56edf222019303445441f236..df8cc8344a684bcba50ccbceae621b0cb274c36e 100644 (file)
@@ -231,13 +231,14 @@ sub handle_request {
   };
 
   # cleanup
+  $::auth->expire_session_keys->save_session;
+  $::auth->expire_sessions;
+  $::auth->reset;
+
   $::locale   = undef;
   $::form     = undef;
   $::myconfig = ();
   Form::disconnect_standard_dbh;
-  $::auth->expire_session_keys->save_session;
-  $::auth->expire_sessions;
-  $::auth->reset;
 
   $::lxdebug->end_request;
   $::lxdebug->leave_sub;