We have a couple of agents which take a substantial amount of time to complete (25 mins). They are kicked off via a webpage and normally the last agent which runs returns a print statement to the webpage. Recently the web connection started timing out and never returning with the results from the agent. The agent does complete, but the web session must be dropped somewhere along the route because the text is not returned to the screen. I realize that 20-30 minutes is an extremely long time to hold a web session open, but it used to work.
Question: What would cause a session to hold once upon a time and now drop?
Thanks,
Gil