How do I setup session time out
Hello I am using MOSS with SQL FBA. I want to setup my session should active at least 1-2 hours. How and what is the best way to set this?
April 30th, 2010 5:12am

You have to add the 'timeout="<NN>" to the web.config under the forms section. Here is a sample of the section. <forms loginUrl="/_layouts/login.aspx" timeout="2880" slidingExpiration="true" requireSSL="false" enableCrossAppRedirects="false" /> these tools might also be helpful http://fba.codeplex.com/ hope this helps
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2010 7:02am

HelloTahalk I am still facing same sesion timeout issue using. Here is my tag I used in web.config as you suggested, Please is there any other place to set the session time out other than this. <forms loginUrl="/_layouts/login.aspx" timeout="2880" slidingExpiration="true" requireSSL="false" enableCrossAppRedirects="false"/>
May 29th, 2010 7:42am

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

Other recent topics Other recent topics