dwr 读取cookie

import org.directwebremoting.WebContextFactory;

HttpServletRequest req= WebContextFactory.get().getHttpServletRequest();
  HttpSession session=WebContextFactory.get().getSession();

原文地址:https://www.cnblogs.com/yg_zhang/p/2121281.html