<%
HttpSession s = request.getSession();
s.setAttribute("name","test");
%>
Session属性值:<%=s.getAttribute("name") %>
SessionID:<%=s.getId()%>
转载于:https://www.cnblogs.com/chenweichu/p/5614286.html
<%
HttpSession s = request.getSession();
s.setAttribute("name","test");
%>
Session属性值:<%=s.getAttribute("name") %>
SessionID:<%=s.getId()%>
转载于:https://www.cnblogs.com/chenweichu/p/5614286.html