프로그래밍/Struts

[Struts2] 세션값 가져오기

꼬렙 2011. 7. 18. 11:45
728x90
Java 코드 : ActionContext.getContext().getSession().get("세션명")

JSP 코드 : #session."세션명"