If I call ActiveRecord#create and ActiveRecord#destroy method several hundreds times(more than 200), Status: 500 Internal Server Error, ActionController::Session::CookieStore::CookieOverflow occured.
How can I fix this problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This errors say you have a cookie more than 4Ko. It’s not a ActiveRecord issue.
You need puts less thing in your session or change your session store.