New Discussion

Notifications

You’re not receiving notifications from this thread.

ActionDispatch::Cookies:CookieOverflow in controller

1
Rails

I am getting error while accessing rails application, which was working fine earlier,
"raise CookieOverflow if options[:value].bytesize > MAX_COOKIE_SIZE"

Could some one help.

Hey Sai,

Your browser has a maximum size of storage for cookies, so Rails protects you from sending too much data to the browser.

You should probably look at what you're storing in the cookies and change it to save to the database and store the database record ID in the cookie instead.

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 89,621+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.