Re: OT - How Web Apps Do/Should Detect Authentication
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Fri, 14 Nov 2008 20:48:31 -0500
jehugaleahsa@xxxxxxxxx wrote:
Can someone tell me how a web application knows whether a user is
logged in?
Somehow, web applications can detect whether someone has already
logged in.
I know all about ASP Membership; that's not what I'm asking.
I want to know what gets sent to the web server so it can verify the
user. Is it some kind of cookie? a HTTP header? taco meat?
Any links or books where I can read all about it would be muchly
appreciated.
Traditionally there are two ways:
* a cookie with session id
* URL rewriting that put the session id in the URL
Cookie is the standard.
Arne
.
- Follow-Ups:
- Re: OT - How Web Apps Do/Should Detect Authentication
- From: jehugaleahsa@xxxxxxxxx
- Re: OT - How Web Apps Do/Should Detect Authentication
- References:
- OT - How Web Apps Do/Should Detect Authentication
- From: jehugaleahsa@xxxxxxxxx
- OT - How Web Apps Do/Should Detect Authentication
- Prev by Date: Re: c# 3.0, not .Net 3.0
- Next by Date: Re: OT - How Web Apps Do/Should Detect Authentication
- Previous by thread: OT - How Web Apps Do/Should Detect Authentication
- Next by thread: Re: OT - How Web Apps Do/Should Detect Authentication
- Index(es):
Relevant Pages
|