PHP: session expiring automatically on some servers -
i have website built using php. website consists of education material/documents users can when pay through clickbank. on backend, payment status change "unpaid" "paid".
but when test paying on clickbank website , redirecting website, session automatically expiring. working fine on system not on client's system.
please tell me kind of issue this? explain more if there further query.
you should investigate using clickbank api processing, keeps user on site instead of redirecting them clickbank api , destroying session.
https://sandbox.clickbank.com/api_12_examples/api_example.php
this return success/fail code use in decision mark order paid or unpaid.
Comments
Post a Comment