Posted by Sonnich on 07/19/06 15:54
Hi all!
I have a PHP script, which in extreme cases take more than one hour to
load. That is on the HTML side, where the browser by some reason might
cut off, before the PHP has finished.
The point is that I can see that the PHP does what it should right
until the end, while the client side says the page could not be found.
I should mention, that a large amount of information is sent to the
client including an <iframe> with a reloading status message. But after
one hour without </html> the browser (IE) goes on to "the page cannot
be found".
How do I overcome this?
BR
Sonnich
[Back to original message]
|