How does position of parameters in a Query string affect the page?
See the question and my original answer on StackOverflowI have seen that kind of problem when the developer used the query string, as is, as a key to a cached object. When the query string changed, the key was not the same and the cache mechanism was failing (due to another bug).