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.
我已经在我的 Rails 应用程序中实现了 twitter 身份验证,在我的本地开发盒上。但是我无法让应用程序注销。清除这两个cookie还不够吗?记住令牌和-twitterauth-session?
我不熟悉 Twitter 身份验证的细节,但通常您应该reset_session在控制器中调用该方法。
reset_session