Rails sessions not saving

后端 未结 3 1937
死守一世寂寞
死守一世寂寞 2021-01-20 02:14

I\'m in the process of upgrading a Rails app from Rails 2 directly to Rails 4. I\'m using the new /config/initializers/session_store.rb file, with CookieStore

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-20 02:25

    I had a similar symptoms. It turns out it was because I added the rails-api gem and it totally broke session saving.

提交回复
热议问题