81,115
社区成员
发帖
与我相关
我的任务
分享
HttpSession tempSession = request.getSession(false);
if(tempSession == null){
if(-1 != request.getRequestURL().toString().indexOf("/dwr/")){
//response.sendRedirect("../login.jsp");
return;
}
}