views:

352

answers:

1

I've implemented twitter authentication in my rails app, on my local dev box. However I'm not able to get the application to log off. Isn't it enough to clear these two cookies? remember-token and -twitterauth-session?

A: 

I'm not familiar with the specifics of Twitter authentication but generally you should invoke the reset_session method in your controller.

John Topley