How can I get Client IP address

GaryK4

Bit poster
We're developing ERP application. so I want to get client's IP Address in OUR ERP application. How can I get it.

Please give me any information

upload_2017-8-16_17-4-50.png
 
There is a system variable set in each session called CLIENTNAME, you just need to get this and then do a DNS check on the name.
 
Back
Top