Need Users to Re-authenticate with NTLM

Posted by Trey Carroll on Stack Overflow See other posts from Stack Overflow or by Trey Carroll
Published on 2010-05-24T17:38:21Z Indexed on 2010/05/24 17:41 UTC
Read the original article Hit count: 419

I'm NTLM (authenication="windows" in the web.config) with an asp.net mvc 2.0 site.

Right now once a user logs in it keeps them logged in for weeks at a time.

The use of the application is being opened up to users who share computers that use logged in service accounts.

I need the site to reprompt each user for their AD credentials each time in order to handle these users. (Activity on the site must be linked to a uniquely identified user.)

Thanks for any help that you can provide.

Trey Carroll

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc