Search code examples
djangocookiesdjango-sessions

Django, delete all cookie


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?


Solution

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