Monday, June 29, 2009

ActionController::Session::CookieStore::CookieOverflow

By default rails uses cookies to store session information with default size of 4K,
this should be enough to store user user id and fee other informations

If you try to store beyond 4k rails will through the following Exception
ActionController::Session::CookieStore::CookieOverflow

first check what you store in session,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home