Hi, Jesse,

2007/12/26, Jesse Vincent <[EMAIL PROTECTED]>:
> On Fri, Dec 14, 2007 at 02:47:08PM -0800, Kenneth Crocker wrote:
> > If not, has anyone at BestPractical seen some consistent
> > set of circumstances (and appropriate fixes) that would lead us to a
> > resolution to the file-session problems we're all having with FireFox
> > and IE? I sure hope so. I've been ready to put 3.6.4 into production for
> > well over a month and still can't get this bug fixed in order to do so.

> Sorry, nope. The long term fix is to replace Apache::Session with
> something we have more control over.

Did you tried adding 'Transaction' argument when creating session?
Patch is attached.

P.S. If it will not help, another solution is to fix Apache::Session.

-- 
Alexandr Ciornii, http://chorny.net
--- SetupSessionCookie.dist	Thu May 17 02:57:27 2007
+++ SetupSessionCookie	Mon Dec 31 03:23:50 2007
@@ -76,6 +76,7 @@
     $session_properties = {
         Directory     => $RT::MasonSessionDir,
         LockDirectory => $RT::MasonSessionDir,
+        Transaction   => 1,
     };
 } else {
     $session_properties = {
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

SAVE THOUSANDS OF DOLLARS ON RT SUPPORT:

If you sign up for a new RT support contract before December 31, we'll take
up to 20 percent off the price. This sale won't last long, so get in touch 
today. 
    Email us at [EMAIL PROTECTED] or call us at +1 617 812 0745.


Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to