1 write to _FormsCookiePath
System.Web (1)
Security\FormsAuthentication.cs (1)
108_FormsCookiePath = settings.Forms.Path;
2 references to _FormsCookiePath
System.Web (2)
Security\FormsAuthentication.cs (2)
415cookie.Path = _FormsCookiePath; 668public static String FormsCookiePath { get { Initialize(); return _FormsCookiePath; }}