Re: LOGON_USER lifetime using NTLM
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/09/05
- Next message: David Wang [Msft]: "Re: How to run a .bat, .pl, or windows app.exe from within IIS 5.0's cgi-bin"
- Previous message: Steven Burn: "Re: maybe OT ... does IIS run on win XP media edition?"
- In reply to: Conrad Chan: "LOGON_USER lifetime using NTLM"
- Next in thread: Conrad Chan: "Re: LOGON_USER lifetime using NTLM"
- Reply: Conrad Chan: "Re: LOGON_USER lifetime using NTLM"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Feb 2005 02:20:57 -0800
NTLM authentication persists as long as the original authenticated
connection between the client and server exists and the browser uses it to
send requests to the server.
In general, the browser will re-negotiate the authentication on its own
(including NTLM challenge/response) if it is configured to do so -- so the
user does not need to re-authenticate to a given website after the first
login.
Your problem sounds like that the web browser is UNABLE to automatically
re-authenticate -- either because the browser is configured to not do this,
or you have some intervening proxy that is unfriendly to NTLM that prevents
this, or you've configured the server to not allow keep-alives which
destroys NTLM.
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "Conrad Chan" <ConradChan@discussions.microsoft.com> wrote in message news:114A9AEE-F7CB-48AB-9235-6FF8EB6F8D6F@microsoft.com... The login session using NTLM seems like will be timeout as quick as 3min. I built a sample ASP.NET Web app using Windows authentication. I can login no problem. However if I simply let the browser window idle for 3min I realize the NTLM challenge/response will kick in again. Can anyone explain to me if that is the default behavior? Does that mean that my customers have to re-type their username/password after a couple mins if they are not auto-authenticated? Thanks for attention Conrad
- Next message: David Wang [Msft]: "Re: How to run a .bat, .pl, or windows app.exe from within IIS 5.0's cgi-bin"
- Previous message: Steven Burn: "Re: maybe OT ... does IIS run on win XP media edition?"
- In reply to: Conrad Chan: "LOGON_USER lifetime using NTLM"
- Next in thread: Conrad Chan: "Re: LOGON_USER lifetime using NTLM"
- Reply: Conrad Chan: "Re: LOGON_USER lifetime using NTLM"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|