jsp页面取出session值

   
 <%
HttpSession httpSession = request.getSession();
String appid = httpSession.getAttribute("appid").toString();
%>  

           
  • 首页


  •        
  • 我的


  •    

   

你可能感兴趣的:(jsp)