altDev Posted June 8, 2005 Posted June 8, 2005 I have been working on this problem for over three months with very little solution. It seems that if any customer using any major ISP (AOL, Yahoo..) trys to log on or try to create an account, it redirects them to back to login.php. I have found that it it caused by the browser installed from the ISP (AOL, yahoo..) using the disk supplied. I have seemed to solve this problem by having the customer log in to the internet like they normaly would but after it has loaded, I have them open an Internet Explorer (Windows installed version) and everything works fine. With that, I am sure it is a issue with cookies/sessions and the setting within the ISP's browser. Does anyone know how I could run a script within php that would over ride these settings? I would really love to get this problem solved, after this we have a beautiful working cart. thanks in advanced! James Scheller www.drlocks.net James Scheller
FalseDawn Posted June 8, 2005 Posted June 8, 2005 Does anyone know how I could run a script within php that would over ride these settings? No, you can't override a user's client side settings - imagine the mayhem that would ensue if you could... Ensure you have "Check IP Address" set to false in your admin, as AOL rotates the IP regularly.
altDev Posted June 9, 2005 Author Posted June 9, 2005 A good point. It doesn't seem to be a big issue in the OSC world but I cannot seem to take care of this. I get about 2 emails a week regarding this issue, not so bad but.. Anyways, thanks for the reply, I checked the IP check setting and it is set to "false". Jaymz James Scheller
Recommended Posts
Archived
This topic is now archived and is closed to further replies.