Fixing rails Cookie Overflow error

It looks like the rails session only stores 4k of data. If you have a large form, it might not work.

Looks like I?ll probably have to change to the database session

  1. this guy has a solution
  2. then you need to do this

he changed to database session helpful forum answer link

Comments