SyntaxFix
Write A Post
Hire A Developer
Questions
This started happening to me when I set the authentication > forms > Path property in Web.config. Removing that fixed the problem, and a simple FormsAuthentication.SignOut(); again removed the cookie.
Web.config
FormsAuthentication.SignOut();