X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a7c70594d6b9d8c4b1ef891bbe6a72b42d6bc741..4065042cd5d4e57afab40cfcf2074a6b4c7fd9c7:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 35284db4b..013dfe607 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -170,6 +170,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(); delete $::form->{password}; if ($action) {