我很抱歉没有任何初始代码来支持这个问题
我在 20 分钟后将 authlogic 设置为 logged_in_timeout。我想做的是构建一个 jQuery 函数,该函数将从我的用户模型中提取“last_request_at”值,然后运行一个计时器,该计时器将在 18 分钟时提醒用户“你即将被注销”。
Can jQuery pull directly from the DB, or should I pass a session to the function?
然后,我想在模型/警报“注销我”或“保持登录”中有两个按钮。
If the user clicks "Stay Logged In" how would I have jQuery update the last_request_at field in the DB?