How can I stop scripts timing out if theres no output to screen for a while? Its not a script error timeout - it just stops loading in the browser.
I've got some scripts though that do some very long queries and if nothing gets output to the browser it stops - and doesnt finish executing the script sometimes.
I really need to fix this issue as it is causing major problems in my application.