Hi All,
I'm trying to invite users to the register page, so pass in parameters like:
/register.php?act=j&i=5ab8b03990581
I need to use the i=5ab8b03990581 in the "After registration" event, so I tried $_SESSION['refer'] = 5ab8b03990581
What I think I find is that all $_SESSION variables are reset immediately before "Before Registration" during the registration process.
So I can save a SESSION variable in "Register Before Process" but it's gone in the "Register Before Registration" event.
Any idea how to pass that variable or data through the events during registration process??
Thanks for your help