6 references to CookiePath
System.Web (6)
Security\RoleManagerModule.cs (4)
116if (!String.IsNullOrEmpty(Roles.CookiePath) && Roles.CookiePath != "/") { 117cookie.Path = Roles.CookiePath; 182cookie.Path = Roles.CookiePath;
Security\RolePrincipal.cs (1)
221public String CookiePath { get { return Roles.CookiePath;}} //
Security\Roles.cs (1)
437cookie.Path = CookiePath;