|
If CookiesSupported is false, the SignOut method will remove the Forms authentication ticket information from the cookie or URL. You can use the SignOut method and the RedirectToLoginPage method in combination to log out a user and allow other users to log in
If running in cookieless mode exclusively, or if mixed mode is supported, the redirection to the login page should be explicitly controlled when special business logic is required after removing the anonymous identifier |
|