Im trying to save a array in a session which is much bigger than 4 KB.
In this case the: ActionDispatch::Cookies::CookieOverflow Error occures.
Does anybody have a hint how to save a bigger array in a session? Saving it to the db is not what I want.
Thanks, Markus