Forum Moderators: coopster
I've seen pages describing AOL causing problems because it's coming through a proxy and multiple IP addresses, but these seem to be only when the IP is used as part of the session id. I'm just using session_start().
I'm also thinking that it may be a cache problem, but wanted to check with y'all before I start sending them patch files for a WAG, and I don't have AOL to test with.
[edited by: Nutter at 1:31 am (utc) on Sep. 28, 2006]
If the login is successful then a $_SESSION variable is set by the script and then redirected back to index.php. Index checks for this variable and if it's there, and valid, then it shows the page. Otherwise it shows the login page.
The AOL people that are having problems are just cycling back to the login page. Were the login incorrect then they would see an error message, which isn't displayed when they bounce back to the login page.
what do you use for the filename? is it anything that relates to IP, some kind of hash using the ip
you would think there would be something ip related in this scenario which was causing it to bomb
know any of these people, or anyone with AOL and you can test it?
I hate spending a few hours looking for a solution, only to have found it in the first 2 minutes and just missed it :)
[edited by: Nutter at 2:11 am (utc) on Sep. 28, 2006]