Forms authentication

Q

Forms authentication

✍: Guest

A

Forms authentication provides you with a way to handle authentication using your own custom logic with in an ASP.NET application. The following applies if you choose forms authentication.
? When a user requests a page for the application, ASP.NET checks for the presence of a special session cookie. If the cookie is present, ASP.NET assumes the user is authenticated and processes the request.
? If the cookie isn’t present, ASP.NET redirects the user to a web form you provide

2007-10-24, 4598👍, 0💬