Documentation for this section has not yet been entered.
If the cacheRolesInCookie attribute in the Web.config file for the application is set to true, then a list of role names for the current user is written to a cookie when user membership in a particular role is checked. The RolePrincipal.IsRoleListCached property indicates whether role names have been written to the cookie. Note that, even though the cacheRolesInCookie configuration attribute may be true, the RolePrincipal.IsRoleListCached property does not return true until after role information has been written to the cookie. If no role checks are performed for a user, RolePrincipal.IsRoleListCached will return false.