I've looked at the InetAddress class, but the results don't seem to be
consistent across browsers. For instance, InetAddress.getLocalHost()
returns a fully qualified host name/IP address on Netscape Navigator, but
on IE, it returns localhost/127.0.0.1. If the client and server are the
same machine, it works correctly, but that's not much help to me...
I've also considered having the server assign unique ID's and saving them
as cookies, but Java doesn't seem to have an API for dealing with cookies.
Another reason I don't like that approach is that different browser don't
grok each other's cookies.
Is there another way to reliably distinguish between clients (without
requiring manual user logins)?
Thanks in advance,
Charles Dale
Pilot Software, Inc.
http://developer.netscape.com/library/documentation/communicator/jsguide4/advtop
ic.htm
--
__________________________________________________________
Aaron Porter ICQ - 1585210
CTO Cyber Centers, Inc. http://www.cybercenters.com
apo...@cybercenters.com (602) 667-9900 x13
JSQuery is a Servlet that dynamically creates HTML from
scripts on the server. It can be used to connect to any
JDBC supported database to publish your data on the web.
Get your FREE trial version at http://www.jsquery.com
__________________________________________________________
cd...@int.pilotsw.com wrote in message ...
[snip]
--
Russ Lyttle, PE
<http://www.flash.net/~lyttlec>