We use a payment gateway, and we redirect the current member to the external gateway, and once he back we're validating if he still logged in, we are trying to achieve that by this line:
MembershipUser UserName = Membership.GetUser();
But always I got null value,
it looks like the session has been destroyed or something like that, do you have any insight ?
Membership.GetUser() Always returns null umbraco8
Hello,
We use a payment gateway, and we redirect the current member to the external gateway, and once he back we're validating if he still logged in, we are trying to achieve that by this line:
But always I got null value,
it looks like the session has been destroyed or something like that, do you have any insight ?
is working on a reply...