HI. Just went through the documentation and didn't quite understand how to make the assigned user group persist through the entire experiment. Does the PHP library stores the user group to a storage of some sort?
f
fresh-football-47124
10/26/2021, 7:09 PM
we use persistent hashing
f
future-teacher-7046
10/26/2021, 7:10 PM
Hi Eugene, we use deterministic hashing to assign variations. That means, as long as the user_id and experiment key are the same, the user will always be assigned the same variation. No persistence or storage needed.
o
orange-train-515
10/26/2021, 7:13 PM
Great, thanks!
Which means the user can't be assigned to both groups of the same experiment?