웹/JSP

[JSP] <JSP> 세션 값 저장

KONI_LEE 2024. 1. 16. 21:47
<%
	String member=(String)session.getAttribute("member");
%>