The most importment code is
HttpResponse httpResponse = http.execute(httpRequest);
List<Cookie> cookies = httpCookieStore.getCookies();
httpCookieStore.addCookie(cookies.get(0));
The most importment code is
HttpResponse httpResponse = http.execute(httpRequest);
List<Cookie> cookies = httpCookieStore.getCookies();
httpCookieStore.addCookie(cookies.get(0));