Right now, UserReferal is only stored when the user visits the site for first time and got a new cookie. Ideally, we should store it for each unique visit of the user, however, we need to make sure it doesn't got logged for each instantiation of the quiz/list controller, in the same session.
Right now, UserReferal is only stored when the user visits the site for first time and got a new cookie. Ideally, we should store it for each unique visit of the user, however, we need to make sure it doesn't got logged for each instantiation of the quiz/list controller, in the same session.