Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SSO 机制。当用户从 sso 门户注销然后想要关闭 dat 用户的所有活动会话时?
我不认为 Rails 支持这一点。也许您必须自己记录用户ID和会话ID之间的关系,例如创建模型/表并在登录时保存关系。