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のすべてのセッションを表示するにはどうすればよいですか?
Rails 3.2.2
任意のビューのどこか:<%= debug session %>そしてすべてのセッションをクリーンアップするには、FirebugまたはWeb Inspectorを使用して、すべてのCookieを削除します。
<%= debug session %>