|
|
|
Use this tool to learn about websites, specifically the one you just entered.
If you find some aspect of it inappropriate it is not our fault.
If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.
We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.
ASP.NET Forms Authentication - Part 1 - O'Reilly Media
This is just a sample of the content found on this website. Please visit the website to read the entire page.
"Sign In/My Account View Cart
Articles
Weblogs
Books
School
Short Cuts
Podcasts
Listen
Print
Discuss
Subscribe to Windows
Subscribe to Newsletters
ASP.NET Forms Authentication - Part 1
by Abel Banda
01/06/2003
Introduction
Often, in legacy Web applications, users
authenticate themselves via a Web form. This Web form submits the user's
credentials to business logic that determines their authorization level. Upon
successful authentication, the application then submits a ticket in the form
of a cookie, albeit a hard cookie or session variable. This ticket contains
anything from just a valid session identification access token to customized
personalization values.
ASP.NET encompasses and extends the
very same logic described above into its architecture as an authentication
facility, Forms Authentication. Forms Authentication is one of three
authentication providers. Windows Authentication and Passport Authentication
make up the other two providers. In this article, we will focus on Forms
Authentication.
Forms Authentication is a system in
which unauthenticated requests are redirected to a Web form where users are
required to provide their credentials. Upon submitting the form, and being
properly verified by your application, an authorization ticket is issued by your
Web application in the form of a cookie. This authorization cookie contains the
user's credentials or a key for reacquiring the user's identity (e.g. therefore
making the identity persistent). In essence, Forms Authentication is a means for
wrapping your Web application around your own login user interface and
verification processes.
"
....
read entire page
|
Links to Pages on Other Domain Names
|
|
Links to Pages on the Same Domain Name
|
|