Monday, 22 May 2017

ActionDispatch::Cookies::CookieOverflow error

for fix this problem please follow below steps-
  1. creates the session table
    rake db:sessions:create
  2. run migration
    rake db:migrate
  3. Go in config/initializers/session_store.rb
    change :cookie_store to :active_record_store

No comments:

Post a Comment