04-14-2012 04:08 PM
cookieStore = new BasicCookieStore();
httpContext = new BasicHttpContext();
httpContext.setAttribute(ClientContext.COOKIE_STORE, cookieStore);
//REST Login
HttpResponse response = httpClient.execute(httppost,httpContext);
//REST other
HttpResponse response = httpClient.execute(httppost,httpContext);
04-14-2012 05:41 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.