Two recommendations:

1. Do not use file system for sessions storage in production. It's VERY slow
and leads to problem like you outline.
2. Once you change session storage to ActiveRecord, be sure to clean up
stale sessions on a regular basis.

Alex Verkhovsky

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to