"Sree" <Sree.TakeThisOut@discussions.microsoft.com> wrote in message
news:8E1202C4-8081-40AE-9B95-DD54ACE00C88@microsoft.com...
> Hi,
>
> One of our client sites have a server that runs an ASP code running on a
> server. The client authenticates himself with the ASP code (with a username
> and password). Everytime, the user enters the URL to this server in the
> browser, the ASP code is able to detect whether the person has already been
> authenticated through the use of some session variable.
>
> My question is how is this implemented?
>
> 1. Is it some sort of cookies stored in the browser?
> 2. Is it some Microsoft method that runs between the web server and the
> browser? The web server is IIS and the browser is IE?
They use cookies to keep session. The server then keeps track of the
cookies and associates them with their respective requests.
RayO<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How does an ASP application maintain session information w..