Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Login: System.Web.Security.FormsAuthentication.SetAuthCookie("username", true/false);
Logout: System.Web.Security.FormsAuthentication.SignOut();
Does anyone know how I can login and logout a user through code in EPiServer 5? I'm refering to formsauth. Does EPi use the regular .net functionality for this?