본문 바로가기

자바

자바에서 session 정보 가져오기

HttpSession session=req.getSession();

SessionInfo info=(SessionInfo)session.getAttribute("member");

'자바' 카테고리의 다른 글

자바 class의 구성  (0) 2014.01.07
자바의 THIS  (0) 2014.01.07
재미있는 예제  (0) 2013.05.28
checked Exception  (0) 2013.05.28
unchecked exception  (0) 2013.05.28