I\'d like to create a link in a view within a Rails application that does this...
DELETE /sessions
How would I do that.
Added compl
Correct me if I'm wrong, but I believe you can only send POST and GET requests with a browser (in HTML).