When I use HttpURLConnection or URLFetchService to fetch a url, the second time it auto set the cookies according to the response's "Set- Cookie" headers. but it auto set it like this ( captured by Wireshark): Cookie: $Version=0; a_a=aaaaa; $Path=/ Cookie: $Version=0; a_b=bbbbb; $Path=/ Cookie: $Version=0; a_c=ccccc; $Path=/
How to cancel the cookie auto handle?The server recognize one line "Cookie" only. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
