need solution for IE browser timeout

exenaibDoni

New Member
The scenario is likeThere is a screen, user submits a form and he has to wait for 15mins for response(a lot of data processing at serverside) but IE throws broser timeout in 5minsI can't use asynchronus form submissionI can't modify any registry values at user machineI can't do ajax polling(dummy call)Is there any way that i can avoid this problem?Or will the below code snippet avoid my problemTake a html UI component and update the execution time using javascript for every sec...!Any solution is appriciated
 
Back
Top