使用移动 Safari 或 Chrome 关闭应用程序或选项卡时,会话不会保存并过期。另一方面,它在桌面浏览器上运行良好。
以下是唯一的会话配置。
配置/初始化程序/session_store.rb
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, {
key: '_myapp_session',
domain: :all
}
- 红宝石:v2.3.0
- 导轨 v4.2.8
谢谢你的帮助。