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.
根据 SO 的回答,尝试删除所有会话,但没有成功。
如何查看 Rails 3 中的所有会话?
导轨 3.2.2
在任何视图中的某个地方:<%= debug session %>要清理所有会话,只需使用 Firebug 或 Web Inspector 并删除所有 cookie。
<%= debug session %>