Ask A Question

Notifications

You’re not receiving notifications from this thread.

ActionDispatch::Cookies:CookieOverflow in controller

Sai asked in 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.

Reply

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.

Reply
Join the discussion
Create an account Log in

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

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

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