CodeIgniter Forums
Session Lost after Payment gateway redirection to Merhcant site - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Session Lost after Payment gateway redirection to Merhcant site (/showthread.php?tid=82732)



Session Lost after Payment gateway redirection to Merhcant site - Austin638 - 08-16-2022

  I m using codeingniter4, and php 7.3, Integrated a Payment Gateway . From the response url i m getting values into my controller function.

  Issue is Session is unsetting after receving the response from payment gateway.


RE: Session Lost after Payment gateway redirection to Merhcant site - seunex - 08-16-2022

Most payment gateway has something call WEBHOOK you are advice to make use of this when your are in a situation like this.


RE: Session Lost after Payment gateway redirection to Merhcant site - kenjis - 08-16-2022

See https://forum.codeigniter.com/search.php?action=results&sid=d9956d05dd757ba8db64fd238edf840f&sortby=&order=desc


RE: Session Lost after Payment gateway redirection to Merhcant site - ozornick - 08-17-2022

(08-16-2022, 04:29 PM)kenjis Wrote: See https://forum.codeigniter.com/search.php?action=results&sid=d9956d05dd757ba8db64fd238edf840f&sortby=&order=desc

Maybe add bookmark as topic forum for this problem?