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,
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,

