Hi, I’m having an issue with an experiment setup. ...
# ask-questions
s
Hi, I’m having an issue with an experiment setup. I’m running an experiment on my signup page using C#. I generate a UUID, store it in a cookie, and use it as the hashing attribute for assigning users to a variation. After the user completes signup, they proceed to the setup page (built with JavaScript), where I read the same UUID from the cookie to ensure they see the same variation. However, the variation on the setup page doesn’t match the variation assigned on the signup page. Both pages are configured to use the same experiment and UUID. Could you help me figure out why this is happening? it said multiple exposure warning issues while running experiment
🙌 1
f
hi Pheeraphat
are you using the same SDK on both?
oh, JS one
can you make sure that the assignment hash is v1?
s
I already use the v1 hash but sdk is not the same
f
are you're sure the UUID's are identical? can you make a quick test case to confirm? (like in a JS fiddle?)
s
Yes this is my example "user_id","count_variation" "002f62af-4bef-4cde-bece-dde616f025ef",2
f
how are you tracking that user_id?