URLLoader cache

I use URLLoader to sends posts to a php script, and then I display the result. Problem is, the php reply is cached, and everytime I run the program again, I always get the same result as the first time. The only way to make flash actually make new request is to restart the IDE. Is this an IDE bug? A setting I’ve overlooked? A programming error?