Tom Ha wrote: > does anyone know (for sure) how much data we can technically store in > and later retrieve from a Rails session?
Why not store it in the database? The session object should only store a tiny bit of volatile context, such as the ID of the current user... -- Phlip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

