IP Address of mobile devices

How can I get the IP address of a user when they are logged in with an IPad? I can see the other devices with system.net.getExternalIpAddress(), but the IPad doesn’t even show up on the client page on the gateway although he is logged in and connected. Is there something special with mobile devices?

Yeah, what’s special is that for each mobile client there’s really just a JVM running the real client locally on the server. The mobile client is only a web browser talking to a web server. That being said, there may still be a way to get the mobile client IPs, but I’ll have to ask Carl about it when he gets back from vacation.