bezierstek
Programmer
Hi,
I have a page that when an order is made goes to paypal to process payment then passes back to a payments page to confirm payment.
In IE7 this is fine and it all works as expected, however in Firefox it seems that the session ends as nothing is displayed on screen (the first thing these pages do is check for the user being logged in using sessions).
Is there any reason for this that people can think of?
PHP simply checks for the existence of the session and validates against it to check if the person has rights to continue or not.
the funny thing is that I can't even find the session in my Firefox cookies file even though they show up in the cookies manager.
I have a page that when an order is made goes to paypal to process payment then passes back to a payments page to confirm payment.
In IE7 this is fine and it all works as expected, however in Firefox it seems that the session ends as nothing is displayed on screen (the first thing these pages do is check for the user being logged in using sessions).
Is there any reason for this that people can think of?
PHP simply checks for the existence of the session and validates against it to check if the person has rights to continue or not.
the funny thing is that I can't even find the session in my Firefox cookies file even though they show up in the cookies manager.