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