Skip to content

Instantly share code, notes, and snippets.

@SeonghoonKim
Created June 14, 2012 08:34
Show Gist options
  • Save SeonghoonKim/2929051 to your computer and use it in GitHub Desktop.
Save SeonghoonKim/2929051 to your computer and use it in GitHub Desktop.
Servlet 3.0 HttpOnly Cookie 설정
<session-config>
<cookie-config>
<http-only>true</http-only>
</cookie-config>
</session-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment