I've recently had a security audit on my website and was informed I need to apply 'HttpOnly' to my 'auth' cookie.
I have no idea how to change this in the web.config file.
The site is ASP.NET MVC.
I'd appreciate it if someone could point me in the right direction.