The NTLM credentials are sent on every request, but IIS and the LSA do some
clever caching so they don't have to do a roundtrip to the registry/a DC
every time.
-----
Dominick Baier (
http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (
http://www.microsoft.com/mspress/books/9989.asp)
> Sorry, maybe I should post with the right terms... I need to
> differentiate between authentication and session state... I made some
> changes below
>
>> If the NLTM handshake only happens in the first request, how does the
>> server maintain the client state? is it through cookie?
>>
> How does the server maintain the authentication state? Is it through
> cookie?
>