Hi everyone. I have a problem with a website that I don't understand. It
seems that people using AOL can't see certain sections of this website.

It is a directory section where a drop-down menu exists, you select the
section you want to see and the page reloads with the information. The only
problem is that AOL users don't see any content. The page comes up blank
where the information should appear!

I use sessions to see if a user is new to the site or if they've already
been at the site by visiting a previous page. A session starts at the top of
every page and the session id is stored in a mysql database. Every time
someone visits a page a search is done to see if the session id exists. If
it does it stores the page they are currently on as a "last page". If it
doesn't exist a new record is created storing the session id and some other
stuff.

Has anyone had problems with AOL and sessions before? Anyone have any
suggestions on what I can do? It's a death wish for AOL users not to see
this site as it's a community website with a lot of people using AOL.

Thanks,
Roy

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to