Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top