|
Posted by peter on 10/17/06 06:39
>I have a PHP website that works great on MOST browsers apart from users
> with an AOL ISP.
>
> Basically the site involves members logging in to gain access to pages
> on the site.
>
>>From the comments I get back, it looks like sessions arn't being kept
> when navigating round the site. Users sign in but after moving to a
> new page, the sesssion appears to be un-set.
>
> I have read somewhere that AOL don't like sessions and the site should
> be re-written using cookies, but then I always thought sessions were
> cookies!!
Ok regarding sessions. Under default behaviour sessions will try and set a
cookie, in the next page if the cookie does not exist it uses the session id
in the address instead. If a cookie does exist it does not adapt the
address.
Now regarding the problem of AOL. I do not think it is AOL not allowing
sessions, it sounds more like you use the IP number of the customer to
determin wether it is the same person. The problem with AOL is that a user
can have 1 ip on 1 page load and on the next have another completely
different ip address.
Navigation:
[Reply to this message]
|