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
Posted by Dominik Schöler to makandra dev (2012-02-10 12:37)