Django, delete all cookie

Hellnar picture Hellnar · Feb 19, 2010 · Viewed 12.5k times · Source

I want to delete all cookies for the user under my domain name. I know logout() method removes the session, but it seems like some of my apps are generating a few more cookies that needs to be cleansed. How can I achieve this?

Answer

Travis picture Travis · Feb 19, 2010

Check out this question. I think there's an answer for you there.