]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Dispatcher.pm
Methoden zum Speichern von eindeutigen Keys in der Session
[kivitendo-erp.git] / SL / Dispatcher.pm
index 880f6f471a4fd69345a8708ed75542973f17df7a..6512f0312714fa9ff48c233a6c7bc05cb2f10aa3 100644 (file)
@@ -233,7 +233,7 @@ sub handle_request {
   $::form     = undef;
   $::myconfig = ();
   Form::disconnect_standard_dbh;
-  $::auth->save_session;
+  $::auth->expire_session_keys->save_session;
   $::auth->dbdisconnect;
 
   $::lxdebug->end_request;