Fix ActionController::Session::CookieStore::CookieOverflow

This error simply means you've overloaded a cookie. Hints for fixing:

Check if you're putting too much (e.g. @some_object.inspect) into

  • the session
  • the flash, as it is stored in the session
Dominik Schöler