Answer: SignOut() method removes the form authentication ticket otherwise known as cookie from the browser.
For example, if you want to sign out from the site and destroy all the cookies previously created then you write the code as following :-
FormsAuthentication.SignOut();
Thanks and Regards
Akiii
Found interesting? Add this to: