在DWR类中获取HttpSession对象
添加引用
import org.directwebremoting.WebContextFactory;
使用如下方法获取HttpSession
HttpSession session = WebContextFactory.get().getSession();
import org.directwebremoting.WebContextFactory;
使用如下方法获取HttpSession
HttpSession session = WebContextFactory.get().getSession();