After using YQL in a Mashupproject realized in PHP I encounterd difficulties when usign YQL in AJAX calls.
I used the PHP SDK to query RSS news feeds and every first query runs as expected but after the next AJAX call
the PHP SDK showed strange behaviour. I got no results anymore. Therefore I dived deeper into the source
and found the issue.
Jeremy, what YQL calls were you making that caused this? I'd like to try to get a reproducible case so I can add it as a unit test on our end, but I'm not exactly certain that I understand exactly what use case you have. If you can describe what's happening or, even better, if you have code that reproduces the issue that would be immensely helpful.
I mostly want to make sure I understand why moving that method call fixes the problem.