I try to obtain the client's remote address from the session:
WebClientInfo info = (WebClientInfo) session.getClientInfo(); final String remoteAddress = info.getProperties().getRemoteAddress(); This results in "0:0:0:0:0:0:0:1%0". Any idea what might be wrong? Thanks a lot, Kaspar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
