• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

IP Address Caching

C

computerwitness

Guest
Hi,

I am using a php script and a mysql database to log visitors ip-addresses. I have had a lot of strange results with my script because I almost always get the same ip-address that is being logged.

It seems that the server is caching requests from visitors and therefore I can not log the correct IP address from my visitors.

Is the cache something I can switch off in Plesk? I have been looking for it, but to no avail.

Do you know if there is something else I can do to solve my problem?

Many thanks in advance!
 
What PHP code are you using to get the IP address?

We're using $_SERVER["REMOTE_ADDR"] and it's working fine for us.

We're running PHP "as ISAPI extension."
 
Back
Top