[Rt-commit] r10231 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Jan 3 09:47:42 EST 2008


Author: jesse
Date: Thu Jan  3 09:47:40 2008
New Revision: 10231

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie

Log:
 r74540 at pinglin:  jesse | 2008-02-11 15:31:54 +0000
 SetupSessionCookie - enable "Transaction" property for better support on 
   Oracle or File sessions (From Alexandr Ciornii)


Modified: rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie
==============================================================================
--- rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie	(original)
+++ rt/branches/3.6-RELEASE/html/Elements/SetupSessionCookie	Thu Jan  3 09:47:40 2008
@@ -76,11 +76,13 @@
     $session_properties = {
         Directory     => $RT::MasonSessionDir,
         LockDirectory => $RT::MasonSessionDir,
+        Transaction => 1
     };
 } else {
     $session_properties = {
         Handle     => $RT::Handle->dbh,
         LockHandle => $RT::Handle->dbh,
+        Transaction => 1
     };
 }
 


More information about the Rt-commit mailing list