If the NLTM handshake only happens in the first request, how does the server
maintain the client state? is it through cookie?
2) In a form based implementation, it is very easy to implement session
timeout. We initially assigned the user a authentication cookie and just set
the authentication cookie to expire to say 20 minutes. If it is expired, then
just redirect to the login page. However in the Windows Authentication
environment, how you implement session timeout? because as long as the user
still log in to the Machine, it should never be timeout? What do you guys
think about this?
>
> 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?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)