방명록
- 1212 WEB SERVER 5일차2023년 12월 12일 14시 07분 11초에 업로드 된 글입니다.작성자: 삶은고구마
java: Annotation processing is not supported for module cycles. Please ensure that all modules from cycle [mybatis,helloo-mvc] are excluded from annotation processing
web session 원리
-로그인할때가 아닌, 첫 접속할때 (지웠다가 새로고침할 때 생성된다.)
http통신은 상태관리를 하지 않는다.
session은 브라우저마다 달리 부여된다.
쿠키 & 세션
쿠키(cookie) 세션(session) 보안 취약 쿠키보다 안전 로컬에 저장 서버에 저장(웹 서버에 저장되는 쿠키)
jsp 내장 객체 종류와 생명주기
pageContext - request - session - application 순으로 생명주기가 길다.
JSP - 기본객체(Page, Request, Session, Application) 비교
JSP기본객체 JSP기본객체는 Page, Rquest, Session, Application이있다. 이들은 기본 객체이자 자바 웹 앱의 4개의 영역(scope)이다. 1. page(pageContext) - 하나의 JSP페이지 - 페이지는 하나의 JSP이므로, 한 페이지
shinny.tistory.com
'공부 > web-server' 카테고리의 다른 글
1215 WebServer 8일차 (0) 2023.12.15 1214 WebServer 7일차 (1) 2023.12.14 1211 WebServer 4일차 (0) 2023.12.11 1208 WEB SERVER 3일차 (0) 2023.12.08 1207 WEB SERVER 2일차 (2) 2023.12.07 다음글이 없습니다.이전글이 없습니다.댓글