It's common to want to delete all cookies, but it's very hard to do, and it's impossible to do in Selenese without the benefit of for loops.
We should provide commands that can recursively delete a cookie in O(n^2) time by trying all sub-domains and sub-paths, and another command to attempt to recursively delete all visible cookies.
Implemented in revision 1924.