http://webmaster.info.aol.
Main Topics
Browse All Topicsi have tracked a certain visit to my site that has multiple IP Addresses recorded within the same Session. each one beginning:
152.163.xxx.xxx
it is tracked using PHP's "getenv('REMOTE_ADDR')"
the visitor then goes to another site of ours made with ASP. the IP not only stays consistent within this site, but also has a completely different IP address beginning:
172.167.xxx.xxx
it is tracked using ASP's "Request.UserHostAddress".
because ASP's method is consistent, i believe it is the correct IP address where as the PHP's method may be retrieving the multiple proxy IP's being used by the ISP of the visitor.
how do i obtain the same consistent IP address of the visit?
thanks,
jeremy
sorry for the low point value... it's absolutely all i have left...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://webmaster.info.aol.
Well AOL proxy servers are used for caching to load balance requests to various content. Complex thing to do with 30+ million users, so would have to ask AOL why the IP is not being rotated on the ASP page and not on the PHP page. But both retrieve the same value, just depends on AOL when IP is rotated or if it is at all.
No comment has been added to this question in more than 21 days, so it is now classified as abandoned.
I will leave the following recommendation for this question in the Cleanup topic area:
Delete: Refund
Any objections should be posted here in the next 4 days. After that time, the question will be closed.
- Neester -
EE Cleanup Volunteer
Business Accounts
Answer for Membership
by: CrYpTiC_MauleRPosted on 2005-08-15 at 13:44:46ID: 14677953
Those look like AOL proxy IPs, they the client rotates IPs being used so AOL users it will switch often completely to new server.