X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/57cf17b9ed978aad1931b6f9e2c4c86b635d9d27..c90b4dcd:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 880f6f471..6512f0312 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -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;