$::auth erst nach dem session expire zerstören.
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 14 Mar 2011 09:56:28 +0000 (10:56 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 14 Mar 2011 09:56:28 +0000 (10:56 +0100)
SL/Dispatcher.pm

index 8a8d5bb..3bf1206 100644 (file)
@@ -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;