3 writes to _CookiePath
System.Web (3)
Security\FormsAuthenticationTicket.cs (3)
187
_CookiePath
= FormsAuthentication.FormsCookiePath;
204
_CookiePath
= cookiePath;
225
_CookiePath
= FormsAuthentication.FormsCookiePath;
1 reference to _CookiePath
System.Web (1)
Security\FormsAuthenticationTicket.cs (1)
81
public String CookiePath { get { return
_CookiePath
;}}