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