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?
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?