Package org.g4studio.common.util

Examples of org.g4studio.common.util.SessionContainer.cleanUp()


        monitorService.deleteHttpSession(delDto);
        HttpSession session = SessionListener.getSessionByID(seid);
        if(G4Utils.isNotEmpty(seid)){
          SessionContainer sessionContainer =  (SessionContainer)session.getAttribute("SessionContainer");
          sessionContainer.setUserInfo(null); //配合RequestFilter进行拦截
          sessionContainer.cleanUp();
        }
      }else {
        msg += " 提示:不能杀死当前用户!";
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.