Top "Formsauthentication" questions

Forms Authentication is a built-in and extensible system for authenticating users in an ASP.

Can System.Web be used with ASP.Net Core with Full Framework

We are running serveral sites based on different .Net versions. One of the sites is running .Net 4.6 and ASP.Net …

c# asp.net .net asp.net-core formsauthentication
Pass returnUrl from ActionLink from view to Login Form that redirects back to view

I have read many SO posts about returnUrl as it pertains to forms authentication by default of [authorize] MyController, but …

asp.net-mvc razor formsauthentication returnurl
FormsAuthenticationTicket.expiration v web.config value timeout

This is an MVC2 website, I am having a problem with a FormsAuthentication ticket. A user timeouts after 30 minutes cannot …

c# asp.net-mvc-2 cookies formsauthentication formsauthenticationticket
FormsAuthentication.SetAuthCookie vs FormsAuthentication.Encrypt

Question #1: Is setAuthCookie any less safe than FormsAuthentication.Encrypt(ticketVariable)? I mean if anyone tries to modify the cookie created …

asp.net-mvc formsauthentication formsauthenticationticket