HttpSession session=request.getSession(); //获取session对象来存储用户名
ServletContext application = this.getServletContext(); // 获取application
相关文章
- 11-07014.采用Cookie和Session完成,登录时间不能存储在cookie中(判断是不是第一次登陆)
- 11-07在Intellij IDEA里面配置Tomcat和Websphere Application Server
- 11-07使用C#在Windows Form Application上从CSV文件读取和显示数据
- 11-07在ashx文件中使用Session和QueryString
- 11-0713 Servlet——session案例2:用户登录主页显示用户名和注销登录
- 11-07在Intellij IDEA里面配置Tomcat和Websphere Application Server
- 11-07在Activity和Application中使用SharedPreferences存储数据
- 11-07在idea中创建maven工程,搭建springMVC框架,完成和servlet相似的操作
- 11-07Servlet cookies和session
- 11-07转:APPlication,Session和Cookie的区别