X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FSetupSessionCookie;h=63101af5a7195c7e2e3d116a12f811f92046811c;hb=737b7470eed9fc4079a32216a54a003fbf075204;hp=087f8250e0fcada49743a13652b58e603b3dee19;hpb=ef20b2b6b1feb47ad02b5ff7525f1a0fd11d0fa4;p=freeside.git diff --git a/rt/html/Elements/SetupSessionCookie b/rt/html/Elements/SetupSessionCookie index 087f8250e..63101af5a 100644 --- a/rt/html/Elements/SetupSessionCookie +++ b/rt/html/Elements/SetupSessionCookie @@ -76,11 +76,13 @@ if ( $session_class eq 'Apache::Session::File' ) { $session_properties = { Directory => $RT::MasonSessionDir, LockDirectory => $RT::MasonSessionDir, + Transaction => 1 }; } else { $session_properties = { Handle => $RT::Handle->dbh, LockHandle => $RT::Handle->dbh, + Transaction => 1 }; }