RE: collecting unique client (computer) specific info?

2003-09-03 Thread kfr
. But if you get a matching value, chances are that you have the same machine if it's within a reasonable amount of time. Roger On Tue, 2003-09-02 at 13:40, Perrin Harkins wrote: On Tue, 2003-09-02 at 14:23, kfr wrote: Yes, sorry. I have a site that allows my customers to become members

RE: collecting unique client (computer) specific info?

2003-09-03 Thread kfr
I'm able to see it now ... had to re-compile my server with mod_ssl (not apache-ssl) and I can see the SSL_SESSION_ID. So I take it there's no way to decrypt that and grab anything useful out of it other than it's one time uniqueness? The doc's state its a combo of a few different parameters

RE: collecting unique client (computer) specific info? [OT] [x-adr][x-bayes]

2003-09-03 Thread kfr
-00a0c91e6bf6 the 00a0c91e6bf6 being the mac address of the computer. K -Original Message- From: Garrett Goebel [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 3:07 PM To: 'Ged Haywood'; kfr Cc: mod_perl Mailing List Subject: RE: collecting unique client (computer) specific

collecting unique client (computer) specific info?

2003-09-02 Thread kfr
Any one out there know of some way, either from java or SLL or some other combination, to collect any kind of machine specific information from a web client logging into a site with SSL (Apache/mod_perl mod_ssl)? I need to find some way to uniquely identify a 'machine', like possible grabbing

RE: collecting unique client (computer) specific info?

2003-09-02 Thread kfr
, September 01, 2003 10:35 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: collecting unique client (computer) specific info? On Tue, 2003-09-02 at 13:24, kfr wrote: Any one out there know of some way, either from java or SLL or some other combination, to collect any kind of machine specific