Session lost after redirection
Permalink
Hi,
I'm facing a super issue I haven't seen before.
I have a website where users can pay online with an external provider.
After a user has finished his checkout, he is redirected to the payment provider page (external url).
After the payment, the user is automatically redirected back to the website.
At this moment, session is lost. No more data avaliable in the cart, no more user info.
Does somebody already had this issue ?
Thank you.
best,
moosh
I'm facing a super issue I haven't seen before.
I have a website where users can pay online with an external provider.
After a user has finished his checkout, he is redirected to the payment provider page (external url).
After the payment, the user is automatically redirected back to the website.
At this moment, session is lost. No more data avaliable in the cart, no more user info.
Does somebody already had this issue ?
Thank you.
best,
moosh
I haven't seen exactly this but one of my clients experienced session problems because the host had modified something. In their case, the host had switched to memcache and c5 doesn't handle that too well.
You could check your php settings and make sure everything session related is correct, especially the save path