This is a migrated thread and some comments may be shown as answers.

Upload Timeout

1 Answer 124 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Yoni Dagan
Top achievements
Rank 1
Yoni Dagan asked on 09 Jul 2008, 12:55 PM

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"/>

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 11 Jul 2008, 02:10 PM
Hi Sergey,

Indeed, when the login timeout expires, users get unlogged. To my regret I was not able to find a workaround that could eliminate the problem for you. The only workaround I can think of is increasing the login timeout.

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Upload (Obsolete)
Asked by
Yoni Dagan
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or