https://bugzilla.wikimedia.org/show_bug.cgi?id=44327
Adam Wight <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch-in-gerrit CC| |[email protected] Version|1.21-git |1.22-git --- Comment #20 from Adam Wight <[email protected]> --- I've implemented Comment #19, in https://gerrit.wikimedia.org/r/#/c/53195/ Feedback or alternative designs would be appreciated! The idea is that mediaWiki.user.id() will return an ID with session expiry, unless the anonymous user has been randomly selected (with probability $wgStudyAnonymousPopulation) to be part of a study. The selected users will transmit the same ID during their next session only, then the intersession ID will be cleared. No anonymous user is tracked for three sessions consecutively. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
