Gem 使用 Devise,使用 remember_me,但会经常自动登出

frankel · February 27, 2013 · Last by frankel replied at March 03, 2013 · 2424 hits

Devise 2.0.4

在 devise.rb 中的相关参数是 config.remember_for = 2.months

config.extend_remember_period = true

但登录时即使勾选 remember_me,还是会自动登出,周期不太确定,大约在一天左右。

用最新版 Chrome 和 FF 都有问题

求达人解答。

看你cookies设置的有效期

#1 楼 @tumayun 浏览器里看 cookie 的 expire 时间的确是 2 个月以后

你试着更新到 2.2

配置没问题,估计和你的浏览器有关。。

You need to Sign in before reply, if you don't have an account, please Sign up first.