Hi http://api.rubyonrails.org/classes/ActionDispatch/Cookies/CookieOverflow.html
The problem is you are probably storing a large amount of data in your cookies. possibly your session. So try looking at the data you are storing on your sessions. Try to limit the data being passed around from your browser to your server. -- 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.

