May 2004
Intermediate to advanced
888 pages
22h 31m
English
Using Forms authentication, you can enable the user to sign off from the application by invoking the FormsAuthentication.SignOut method as shown here:
FormsAuthentication.SignOut;
Server.Transfer.("LoginPage.aspx");Read now
Unlock full access