<% HttpSession s = request.getSession(); s.setAttribute("name","test"); %> Session属性值:<%=s.getAttribute("name") %> SessionID:<%=s.getId()%>