Fix ActionController::Session::CookieStore::CookieOverflow

Posted . Visible to the public.

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
Last edit
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2012-02-10 12:37)