[eluser]GlennJ[/eluser]
I have been programming CI for a while now and have created a website which uses CI's session lib for the login system.
This works fine for the whole site, but I have now come to integrate PayPal IPN. The site redirects to PayPal, but when you click back from PayPal the session is lost.
Now this only happens in IE8. IE6/7, FF, Safari, Chrome, Opera all work without problem.
I have tried extending the session expiration to 72000, I checked the server's time and the local machine's time. I even removed the underscore from the cookie name, just in case!
Still IE8 continues to lose the session... can anyone help?