On Thu, Dec 18, 2008 at 8:05 PM, pepe <[email protected]> wrote: > understanding is that the session information is generated for a given > user and is not shared.
That's true, but beside the point. Storing 50 objects into the session is very different than storing, say, one ID that references a Model object with 50 attributes that's stored in the DB. Or 5 objects with 10 attributes, or whatever makes sense. HTH, -- Hassan Schroeder ------------------------ [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

