11 writes to HttpOnly
System.Web (11)
HttpCookie.cs (1)
424cookie.HttpOnly = true;
Security\AnonymousIdentificationModule.cs (3)
91cookie.HttpOnly = true; 171cookie.HttpOnly = true; 265cookie.HttpOnly = true;
Security\FormsAuthentication.cs (2)
414cookie.HttpOnly = true; 510cookie.HttpOnly = true;
Security\FormsAuthenticationModule.cs (2)
170cookie.HttpOnly = true; 454cookie.HttpOnly = true;
Security\RoleManagerModule.cs (1)
181cookie.HttpOnly = true;
Security\Roles.cs (1)
436cookie.HttpOnly = true;
State\SessionIDManager.cs (1)
187cookie.HttpOnly = true;
1 reference to HttpOnly
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
79HttpOnly = cookie.HttpOnly,