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.
如何删除会话但保留 cookie?我正在尝试模拟浏览器关闭/重新打开。
在您的步骤定义中,您可以直接访问会话并删除任何/所有关键值。假设您正在尝试测试登录/注销,您可以user_id从会话中删除该值。
user_id
session[:user_id] = nil