I altered a controller to use a session variable in place of an instance variable, and this happened
Status: 500 Internal Server Error ActionController::Session::CookieStore::CookieOverflow In the docs, it does say: "If you have more than 4K of session data [...] pick another session store." What does the phrase "pick another session store" mean? My purpose in doing this is to keep track of a list assembled by the user. If the user then chooses a sort option, I need to sort the list as it exists. AFAIK there are no other ways to doing this. I know nothing about cookies; does matter how big they are? And, of course, how can I solve my problem? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

