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)
415
cookie.Path =
_FormsCookiePath
;
668
public static String FormsCookiePath { get { Initialize(); return
_FormsCookiePath
; }}