Read more

Fix ActionController::Session::CookieStore::CookieOverflow

Dominik Schöler
February 10, 2012Software engineer at makandra GmbH

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

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

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 13:37)