Wednesday, September 23, 2009

Extending session timeout for SharePoint 2007 instance using forms-based autentication.

Change the timeout attribute belonging to the forms tag in the web.config file:

<forms loginUrl="Login.aspx" timeout="300"/>

This will force a timeout in 5 minutes of inactivity.

This setting equally applies to any ASP.NET application that uses forms-based authentication.

No comments:

Post a Comment