Project

General

Profile

get client ip address when nat address or vpn address is changed while session is yet responsive.

Added by Mojtaba Mahdavi about 4 years ago

I know I can get client IP with Wenvoronment.ClientAddress().

Some times the client IP address will be changed (for example by using A vpn or NAT address) But Wenvoronment.ClientAddress() still returns the IP address when current session is created.

I am working on a very special VPN based Authentication system where the NAT or VPN address is used as user id.

This is critical for me to know the latest IP address of current session. Any information will be a great help. I searched the web but no chance I got.