在Servlet取得session和application

HttpSession session=request.getSession();                     //获取session对象来存储用户名
ServletContext application = this.getServletContext();     // 获取application

posted @ 2020-06-20 10:40  恐怖鸟  阅读(298)  评论(0)    收藏  举报