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

jesse at bestpractical.com jesse at bestpractical.com
Wed Mar 21 23:15:39 EDT 2007


Author: jesse
Date: Wed Mar 21 23:15:38 2007
New Revision: 7312

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

Log:


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	Wed Mar 21 23:15:38 2007
@@ -73,6 +73,7 @@
         ? {
         Handle     => $RT::Handle->dbh,
         LockHandle => $RT::Handle->dbh,
+        Commit => 1
         }
         : {
         Directory     => $RT::MasonSessionDir,
@@ -87,6 +88,7 @@
             ? {
             Handle     => $RT::Handle->dbh,
             LockHandle => $RT::Handle->dbh,
+            Commit => 1
             }
             : {
             Directory     => $RT::MasonSessionDir,


More information about the Rt-commit mailing list