From: Sven Schöling Date: Fri, 13 May 2011 11:23:51 +0000 (+0200) Subject: Sessions erst nach dem Request expiren. X-Git-Tag: release-2.6.3~25^2~37^2~7 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/1284ac4c8f8628a151758d9713e0a6ef8dfd783c?ds=sidebyside;hp=-c Sessions erst nach dem Request expiren. --- 1284ac4c8f8628a151758d9713e0a6ef8dfd783c diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index c1f31a4ef..e72897693 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -52,7 +52,6 @@ sub pre_request_checks { show_error('login/auth_db_unreachable'); } } - $::auth->expire_sessions; } sub show_error { @@ -237,6 +236,7 @@ sub handle_request { $::myconfig = (); Form::disconnect_standard_dbh; $::auth->expire_session_keys->save_session; + $::auth->expire_sessions; $::auth->reset; $::lxdebug->end_request;