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
(timestamp, hardware address, etc), which the hardware address is really
what I'm after.

K



>-----Original Message-----
>From: Perrin Harkins [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, September 03, 2003 12:28 PM
>To: John Saylor
>Cc: [EMAIL PROTECTED]
>Subject: Re: collecting unique client (computer) specific info?
>
>
>On Wed, 2003-09-03 at 15:03, John Saylor wrote:
>> is there an equivalent in mod_perl1?
>
>Use Data::UUID from CPAN or mod_unique_id.  Note that this (and the
>mod_perl 2 approach Stas posted) has nothing to do with identifying the
>actual client, which is what the original question on this thread was
>about.
>
>- Perrin
>
>
>--
>Reporting bugs: http://perl.apache.org/bugs/
>Mail list info: http://perl.apache.org/maillist/modperl.html
>
>



-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to