X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/8d8fc8dd372e0883e386cb7cecf1483a6f73d1cb..c90b4dcd:/SL/Dispatcher.pm?ds=sidebyside diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 55d238022..6512f0312 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -202,7 +202,7 @@ sub handle_request { $::auth->set_session_value('login', $::form->{login}, 'password', $::form->{password}); $::auth->create_or_refresh_session; - $::auth->delete_session_value('FLASH')->save_session(); + $::auth->delete_session_value('FLASH'); delete $::form->{password}; if ($action) { @@ -233,6 +233,7 @@ sub handle_request { $::form = undef; $::myconfig = (); Form::disconnect_standard_dbh; + $::auth->expire_session_keys->save_session; $::auth->dbdisconnect; $::lxdebug->end_request;