Posts by Nader A. Jabbar • 111 points
1 post
- 
		1 votes2 answers268 viewsA: Set value for a cookiePay pick up the Cookies to Response header and charge to cookieManager try: static final String COOKIES_HEADER = "Set-Cookie"; HttpURLConnection connection = ... ; static java.net.CookieManager…