Force users to be logged out of site after 10 minutes.
I'm working on an issue where I need users that are logged in for ten minutes to be automatically logged out.What is the best way to go about getting this done?
March 8th, 2010 10:37pm

Set your IIS timeout to 10 min. I trust that answers your question...ThanksChttp://www.cjvandyk.com/blog
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2010 1:37am

If you are using forms based authentication you can set the following in web.config<forms loginUrl="Login.aspx" timeout="600"/>This will force a timeout in 10 minutes of inactivity.Ashish Kanoongo, MCP, MCSD, MCTS
March 9th, 2010 4:11am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics