문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
http:cookie [2012/12/15 15:56] kwon37xi 새로 만듦 |
http:cookie [2012/12/15 16:15] (현재) kwon37xi [Cookie] |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Cookie ====== | ====== Cookie ====== | ||
+ | * [[http:// | ||
* [[https:// | * [[https:// | ||
- | ===== Servlet | + | ===== Servlet and HTTPOnly ===== |
- | * '' | + | ==== Servlet 3.0 ==== |
+ | * '' | ||
< | < | ||
< | < | ||
줄 9: | 줄 11: | ||
</ | </ | ||
< | < | ||
+ | </ | ||
+ | * [[http:// | ||
+ | ==== Servlet 2.x ==== | ||
+ | <code java> | ||
+ | response.setHeader( " | ||
+ | </ | ||
+ | |||
+ | ==== Tomcat 구버전 ==== | ||
+ | * [[http:// | ||
+ | * httpOnly is supported as of Tomcat 6.0.19 and Tomcat 5.5.28.< | ||
+ | <Context useHttpOnly=" | ||
+ | ... | ||
+ | </ | ||
</ | </ | ||