Dwr如何访问session
引用
Dwr如何访问session(摘)
import org.directwebremoting.WebContextFactory;
HttpSession session = WebContextFactory.get().getSession();
这样就可以访问了;
发布时间: 2012-11-06 14:07:00 作者: rapoo
Dwr如何访问session
引用
Dwr如何访问session(摘)
import org.directwebremoting.WebContextFactory;
HttpSession session = WebContextFactory.get().getSession();
这样就可以访问了;