• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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