I'm experiencing the exact same thing. anyone have any ideas?
On Sep 21, 8:16 pm, jocmaff <
tippingpi...@gmail.com> wrote:
> I'm having a lot of trouble with webrat while upgrading from Rails
> 2.2.2 to 2.3.4
>
> I get this error running the integration tests: (session is too big
> for thecookie4kb)
> ActionController::Session::CookieStore::CookieOverflow:
> ActionController::Session::CookieStore::CookieOverflow
>
> Under 2.2.2 we added this to our environment/test.rb as I've seen
> posted in various places.
> # without this the integration tests end up using CookieStore and
> getting an overflow error
> ActionController::RackRequest::DEFAULT_SESSION_OPTIONS.
> update(:database_manager => CGI::Session::MemoryStore)
>
> This no longer works in 2.3.4 and I can't seem to get the integration