projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20a76c4
)
Sessions erst nach dem Request expiren.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 13 May 2011 11:23:51 +0000
(13:23 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 13 May 2011 11:23:51 +0000
(13:23 +0200)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
c1f31a4
..
e728976
100644
(file)
--- 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;