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
codes a lot
If the code is inexplicably missing from some of my posts it is because gist.github.com is down at the moment. Check back a little later.
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