FormsAuthentication.RedirectToLoginPage Method
.NET Framework 3.0
Redirects the browser to the login URL.
| Name | Description |
|---|---|
| FormsAuthentication.RedirectToLoginPage () |
Redirects the browser to the login URL.
|
| FormsAuthentication.RedirectToLoginPage (String) |
Redirects the browser to the login URL with the specified query string.
|
The RedirectToLoginPage method redirects the browser to the LoginUrl.
The RedirectToLoginPage method does not clear the forms-authentication cookie. You can use the RedirectToLoginPage method in conjunction with the SignOut method to log one user out and allow a different user to log in.
Reference
FormsAuthentication ClassFormsAuthentication Members
System.Web.Security Namespace
Other Resources
ASP.NET Web Application SecurityCommunity Additions
ADD
Show: