如何在rails 4中使用mongodb作为会话存储

时间:2013-11-05 11:31:33

标签: ruby-on-rails mongodb ruby-on-rails-4 mongoid

我的会话超过4KB,rails正在给我一个cookieOverflow异常。

我知道可以使用会话存储来获取数据库中的会话信息存储。

在我的情况下,我使用带有mongoid的mongoDB。

有没有人知道如何使用我的mongodb数据库作为会话商店来实现我的目标?

由于

1 个答案:

答案 0 :(得分:0)

我推荐redis用于会话商店。

https://github.com/redis-store/redis-rails