summaryrefslogtreecommitdiff
path: root/LedgerSMB/Auth/DB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Auth/DB.pm')
-rwxr-xr-xLedgerSMB/Auth/DB.pm1
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 {