Our system allows the uploads of files, it will also automatically log out a user if there is no activity for 10 minutes. The problem is this, a user entered the system, started to upload a file and then left the computer. Since there was no activity for 10 minutes the user was automatically logged off, which interrupted the process of transferring the file. Is there anyway of preventing a user being logged out if there is an active process running?
Below are the lines of code definining the period of time before being logged off, and the timeout time for the upload process. Thanks.
<
forms loginUrl="AutorizationChecker.aspx" protection="Validation" timeout="10"/>
<
httpRuntime maxRequestLength="102400" executionTimeout="3600"/>