richo89 Posted August 18, 2009 Share Posted August 18, 2009 Hi, The process I have at the moment is that a user makes a payment with paypal through my website, so there logged in via a session and I have the if (!isset($_SESSION['email'])) to check there logged in. They then click pay by paypal and it takes them to paypal website where they pay, once paid it redirects to a page www.test.com/success.php which requires the user to be logged in. Now, when I do this process with firefox it works perfectly, they come back to the success page correctly as their sesssion is still there. However, with internet explorer when there redirected there logged out and therefore it cant take them to the success page. Any ideas on how to workaround this? Thanks Link to comment https://forums.phpfreaks.com/topic/170810-session-logging-out/ Share on other sites More sharing options...
ronnie88 Posted August 18, 2009 Share Posted August 18, 2009 use IPN in PayPal.... Link to comment https://forums.phpfreaks.com/topic/170810-session-logging-out/#findComment-900815 Share on other sites More sharing options...
richo89 Posted August 18, 2009 Author Share Posted August 18, 2009 use IPN in PayPal.... I did initially, but i'm currently using this setup and would be great if I could get it working. Link to comment https://forums.phpfreaks.com/topic/170810-session-logging-out/#findComment-900816 Share on other sites More sharing options...
Garethp Posted August 18, 2009 Share Posted August 18, 2009 Try using COOKIES in between? Link to comment https://forums.phpfreaks.com/topic/170810-session-logging-out/#findComment-900833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.