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:
1c51116
)
$::auth erst nach dem session expire zerstören.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 14 Mar 2011 09:56:28 +0000
(10:56 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 14 Mar 2011 09:56:28 +0000
(10:56 +0100)
SL/Dispatcher.pm
patch
|
blob
|
history
diff --git
a/SL/Dispatcher.pm
b/SL/Dispatcher.pm
index
8a8d5bb
..
3bf1206
100644
(file)
--- a/
SL/Dispatcher.pm
+++ b/
SL/Dispatcher.pm
@@
-231,11
+231,11
@@
sub handle_request {
# cleanup
$::locale = undef;
$::form = undef;
- $::auth = undef;
$::myconfig = ();
Form::disconnect_standard_dbh;
$::auth->expire_session_keys->save_session;
$::auth->dbdisconnect;
+ $::auth = undef;
$::lxdebug->end_request;
$::lxdebug->leave_sub;