권남의 Github 권남의 위키 까먹지말자! 블로그 권남의 Twitter URLEncode/HTMLEscape Java Properties
web.xml
<session-config> <cookie-config> <http-only>true</http-only> </cookie-config> <session-config>
response.setHeader( "Set-Cookie", "name=value; HttpOnly");
<Context useHttpOnly="true"> ... </Context>