Hi all,
I'm having a problem with implementing a very simple WOLongResponsePage.
I have the refresh set to 10 seconds, and the refresh kicks-off once, but it never refreshes the page and eventually the page times out stating that the Server is not responding.
I'm going super-simple with this to start with, so all the page does is put up a "Working..." message. No progress bar or values to update during the refresh.
It is the standard 3-page setup, where I pass an array of values from page 1 to the WOLongResponcePage component. It then does a bunch on each item in the array, building up another array, which is eventually passed to the results page.
When it can be processed in less than 70 seconds, the results appear as expected on the results page, but if the processing time exceeds the browser-timeout + refresh time, I get the browser complaining:
Which is exactly the reason I need the LRP in the first place!
If I use Firefox instead of Safari, it still doesn't refresh the page, but Firefox will wait indefinitely for the response so I end up getting the expected results.
Any ideas what I'm doing wrong?
WO 5.3.3
Thanks,
Dave
|