cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

Fix "Session reuse detected, IPAddress logged."

Open manutheblacker opened this issue 1 year ago • 0 comments

After updating Cyberpanel, when the app is served behind Cloudflare, it is common to encounter the following logging message: "Session reuse detected, IPAddress logged."

The solution is to retrieve the 'True-Client-IP' from the request headers and use it if present.

manutheblacker avatar Apr 05 '25 02:04 manutheblacker