자바
HttpSession
devjones
2020. 10. 13. 20:20
세션이다.
세션이 뭔지는
mohwaproject.tistory.com/entry/HTTP-Session-%EC%9D%B4%EB%9E%80
HTTP Session 이란?
1. HTTP Session이란? 1. session이란? 서버가 해당 서버(웹)로 접근(request)한 클라이언트(사용자)를 식별하는 방법 2. 서버(웹)는 접근한 클라이언트(사용자)에게 response-header field인 set-cookie 값으..
mohwaproject.tistory.com
참고하자
암튼 HttpSession이란, session에 담긴 정보를 자바코드로 끌고올수 있다는 얘기다.
주요메소드
참고
tomcat.apache.org/tomcat-8.0-doc/servletapi/index.html
Servlet 3.1 API Documentation - Apache Tomcat 8.0.53
tomcat.apache.org