We have setup a simple document work space in share point 2010 which is based on Window Authentication. So every time you type the URL of that site, system asks for user name and password (pop up window). We have also implemented the SSL on this site.
For security reasons, we want server to re authenticate the users after 5 or 10 minutes by asking them to re enter their details.
As we know there is no way of expiring a user session in a non FBA, I am wondering what would be the best simple option for us to re authenticate users after certain time period.
All the users are setup in the Active Directory and I don’t think we are going to compromise it by adding them into the Sql Server Database.