「Struts2」新規セッション(session)を取得する方法

2020年10月21日

サンプルコード
ServletActionContext.getRequest().getSession(true).invalidate();
HttpSession cftSess = ServletActionContext.getRequest().getSession(true);
cftsess.setAttribute(“username", username );

 

Struts2

Posted by arkgame