18 writes to Path
System.Web (18)
HttpCookie.cs (1)
414
cookie.
Path
= attributeValue;
HttpRequest.cs (1)
747
lastCookie.
Path
= cookie.Value;
Security\AnonymousIdentificationModule.cs (4)
92
cookie.
Path
= s_CookiePath;
172
cookie.
Path
= s_CookiePath;
196
cookie.
Path
= s_CookiePath;
267
cookie.
Path
= s_CookiePath;
Security\FormsAuthentication.cs (2)
415
cookie.
Path
= _FormsCookiePath;
511
cookie.
Path
= strCookiePath;
Security\FormsAuthenticationModule.cs (3)
138
cookie.
Path
= ticket2.CookiePath;
163
cookie.
Path
= ticket2.CookiePath;
455
cookie.
Path
= ticket.CookiePath;
Security\PassportIdentity.cs (2)
1014
cookie.
Path
= sCookiePathsV[iter];
1016
cookie.
Path
= "/";
Security\RoleManagerModule.cs (2)
117
cookie.
Path
= Roles.CookiePath;
182
cookie.
Path
= Roles.CookiePath;
Security\Roles.cs (1)
437
cookie.
Path
= CookiePath;
State\SessionIDManager.cs (1)
183
cookie.
Path
= "/";
Util\AspCompat.cs (1)
690
_context.Response.Cookies[name].
Path
= path;
1 reference to Path
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
80
Path = cookie.
Path
,