Comment 4 for bug 666544

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 666544] Re: want user modulo user feature scope selector

On 3 June 2011 10:21, Robert Collins <email address hidden> wrote:
> You would avoid this confusion by using two rules:
> flag userfraction 1 5%
> flag anonfraction 0 5%
>
> That way 5% of logged in user and 5% of anonymous users would get the
> flag, and the implementation for userfraction would store in the user
> session db serverside, the anonfraction one in a cookie client side.

Yep, that's what I mean by providing two different scopes.