I have an issue. Earlier I thought it was my code, but after extensive testing, I have found it is not the code. I am running GoDaddy Managed Wordpress. I have a script that takes a long time to run because it has extensive use of curl. The big problem is once it gets to 60 seconds or so, the entire page is refreshed and now the script is running twice. It continues this way until I manage to end the madness. I have tried to set the max execution time in the htaccess file. No help. I have tried to change Google Chrome auto reload from offline settings, no help. I tried running the page from Firefox, no help. Right now, I am just running a test using nothing by sleep commands to simulate the long script times so I know it is not the code. Any ideas?