Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in forms-authentication

ASP.NET MVC 4 Cross-Subdomain Authentication. Can't sign out

ASP.NET MVC5 application throwing NullReferenceException when authorizing

ASP.net MVC FormsAuthentication cookie missing

How to determine which authentication method is used?

Forms Authentication timing out when it shouldn't?

how secure is the Ticket.UserData in User.Identity in asp.net

Unable to logout from ASP.NET MVC application using FormsAuthentication.SignOut()

Forms Authentication Session Valid After Logout

Why use an MVC post to log out?

Multiple applications on a single site - session and forms authentication scope

Double Logon for some users of an ASP.Net WebForms app

How do I require asp.net forms authentication to send a validation email when registering a new account?

Best approach to store login credentials for website

ASP.NET redirecting to a page other than the default redirect url

Execute ASP.NET Membership Login from codebehind in button click handler

Forms Authentication cookie not expiring

How to change the name of "ReturnUrl" query string key in ASP.NET's forms authentication?

Programmatically check if page requires authentication based on web.config settings

Allowing anonymous access to default page

Does FormsAuthentication.SetAuthCookie() Require a Redirect?