Alexandr Ciornii wrote: > 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.
Very cool. It sounds like folks using file-locking are definitely winning with this. I suspect it got skipped at the time sessions were implemented because: (From the doc) > Note that the Transaction argument has no practical effect on the MySQL > and Postgres implementations. The MySQL implementation only supports > exclusive locking, and the Postgres implementation uses the transaction > features of that database. _______________________________________________ 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
