PDA

View Full Version : PHP - session problems


maarek
08/03/2005, 03:23
Hi.

I have session_start () on all pages. Then I go to credit card accepting system, pay there and when I am back on my site I have my session lost. It is working in IE but in firefox and opera not. Any ideas why?

Thank you, Marek.

JonPHP
08/04/2005, 11:10
Seems to just be browser issues, which seems to confuse me because PHP is a Server Side Scripting Language, but here is a tip, when you leave a website the session dies...you may want to try using cookies, or use passwords, like if they pay right, and when they comeback, send them an email of their "unique pass" so that way they can see whatever or do whatever...

hopefuly that helps

yabsoft
08/04/2005, 21:16
Use Cookie.Or pass a parm to credit card accepting system,when payment is completed,it can identify you.Like IPN.

bro3886
08/24/2005, 04:34
I have always had a hunch that IE uses java to find someones IP address, and opera etc use a host lookup function (so addresses in IE remain the same whilst others change frequently).
But it definitely is a borwser issue or possibly a firewall issue.