php and stop infinite loop

by prettyscripts on 2008-09-02 16:43

php

wrote a script which erroneously contained an infinite loop. after fixing / removing the loop, i still couldn’t access the same script from the same browser.

but i could still run other scripts on the same server. even run the same script on a different browser.

i’m not sure if this is related. the script uses sessions. after deleting the session cookie, i was able to access the script again!

it’s probably jumping to the wrong conclusion. just something to check if this happens again. check if the script uses session and delete the cookie!