Java, let CookieHandler work on only one instance.
- by user435657
Hi all, I don't know how CookieHandler works system wide, I did view the source of CookieHandler but found no more information except the get/set methods. Where do TCP/HTTP connections use instance of CookieHandler, which I set by
CookieHandler.setDefault(...)
Which source file I should refer to? URLConnection & HttpURLConnection don't seem have things to do with it.
Help, thanks in advance.