This repository was archived by the owner on Nov 15, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4k
support for HttpOnly #122
Comments
The idea of HttpOnly is to prevent cookies from being accessible through client-side code (that is |
ah! ok that makes sense :) |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if i get that right, there is currently no way to set HttpOnly. Would be cool to have that. Here is some reading about it: http://www.codinghorror.com/blog/2008/08/protecting-your-cookies-httponly.html
The text was updated successfully, but these errors were encountered: