When you print all the cookie values, try to print the header key as
well to make sure you actually get set-cookie header in the response.
HttpURLConnection.getHeaderFieldKey(int n)
I use the underlying service, URLFetchService annd I get the set-
cookie headers, though I have to warn you that set-cookie headers are
corrupted in both URLFetchService and HttpURLConnection. See issue
3379
http://code.google.com/p/googleappengine/issues/detail?id=3379

And please star it if you want it to be fixed. If you want login
cookies, you want it fixed :)

Either way, my preference is to use the google native api for URLs
intead of the java .net api. Much clearer programming API, especially
when it comes to error handling and resource cleanup.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to