Cookies are keyed only by the host name in the URI. Cookie attributes like domain and path are ignored to simplify the implementation.
If we are running on Java 6 or later we should favor using the standard {@code java.net.CookieManager} class instead.
|
|
|
|