Clear Cookies with Python ClientCookie

Not beautiful but it does effectively flush all cookies:

ClientCookie.install_opener(ClientCookie.build_opener())

About this entry