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.
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.