A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?