Dwr如何访问session 引用Dwr如何访问session(摘)import org.directwebremoting.WebContextFactory;HttpSession session = WebContextFactory.get().getSession();这样就可以访问了;