Admittedly this is a non-answer, but why not use the database session store? You side-step this problem and get better performance plus the potential to scale across hosts...
Liam Hoekenga wrote: > Is it possible to change the umask on the files created in the "tmp" > directory via some mechanism present in rails itself? I tried adding > "File.umask 0000" to > config/enviroment.rb and no go. > > Here's the situation. We're trying to set up a RoR development > environment (Apache 2.2.x, fastcgi), but the files for most of our web > development are located in AFS (a networked file system). AFS doesn't > really use normal unix file permissions the way that a local file system > does. So, on a local disk, I'd probably have done like.. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---