New posts in forms-authentication

How can I unit test my ASP.NET MVC controller that uses FormsAuthentication?

ASP .NET Custom RoleProvider not respecting cacheRolesInCookie="true"

Allow access for unathenticated users to specific page using ASP.Net Forms Authentication

Forms Authentication understanding context.user.identity

How to get the cookie value in asp.net website

AuthenticateRequest event

Storing more information using FormsAuthentication.SetAuthCookie

Store/assign roles of authenticated users

How to allow an anonymous user access to some given page in MVC?

ASP.NET Identity Cookie across subdomains

ASP.NET MVC - Authenticate users against Active Directory, but require username and password to be inputted

Can I change the FormsAuthentication cookie name?

Page.User.Identity.IsAuthenticated still true after FormsAuthentication.SignOut()

How can I handle forms authentication timeout exceptions in ASP.NET?

How do I use my own database with SimpleMembership and WebSecurity? What is MVC4 security all about?

Forms authentication: disable redirect to the login page

Why is <deny users="?" /> included in the following example?

what is ASPXAUTH cookie?

Asp.net forms authentication and multiple domains

How to check user is "logged in"?