in my servlet, i have this line
CookieManager.getRequestCookieValue(request, "app-openid-identifier"); CookieManager.getRequestCookieValue(request, "app-openid-uniqueid");
in my gwt client composite file, how to i set cookie for "app-openid-identifier" and do "get" to call the servlet?