Jump to content

Session Logging Out


richo89

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.