diff options
-rwxr-xr-x | LedgerSMB/Auth/DB.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/Auth/DB.pm b/LedgerSMB/Auth/DB.pm index 9afc8675..de9d23fe 100755 --- a/LedgerSMB/Auth/DB.pm +++ b/LedgerSMB/Auth/DB.pm @@ -112,6 +112,7 @@ sub session_check { print qq|Set-Cookie: ${LedgerSMB::Sysconfig::cookie_name}=; path=$path;\n|; return 0; } + $dbh->commit; } sub session_create { |