• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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