7 references to FormsCookiePath
System.Web (6)
Security\FormsAuthentication.cs (4)
438
SetAuthCookie(userName, createPersistentCookie, FormsAuthentication.
FormsCookiePath
);
475
return GetAuthCookie(userName, createPersistentCookie, FormsAuthentication.
FormsCookiePath
);
487
strCookiePath =
FormsCookiePath
;
573
RedirectFromLoginPage(userName, createPersistentCookie, FormsAuthentication.
FormsCookiePath
);
Security\FormsAuthenticationTicket.cs (2)
187
_CookiePath = FormsAuthentication.
FormsCookiePath
;
225
_CookiePath = FormsAuthentication.
FormsCookiePath
;
System.Web.Mobile (1)
Mobile\MobileFormsAuthentication.cs (1)
36
FormsAuthentication.RedirectFromLoginPage(userName, createPersistentCookie, FormsAuthentication.
FormsCookiePath
);