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