Just received the results of a security audit - everything clear apart from two things
- Session cookie without http flag.
- Session cookie without secure flag set.
So how I can set the httpOnly flag and secure flag through jQuery?
Just received the results of a security audit - everything clear apart from two things
So how I can set the httpOnly flag and secure flag through jQuery?
Both needs to be configured at server before issuing cookie. You can read more about the security issues otherwise from OWASP documentation