Seems like you are not clearing cache properly in each run. Try to perfom all your operations in Action and in the beginning of each iteration, apply the following code:
web_cleanup_auto_headers();
web_cache_cleanup();
web_cleanup_cookies();