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