Is there any kind of cookie jar facility for GetQuery?
I didn't find anything in the API, so I'm guessing I have to roll my own -- parse the set-cookie fields out of query.getResponseHeaders(), and add them to the query.getRequestHeaders() dictionary on each call.
