On 25-Aug-07, at 8:37 PM, Guy Hulbert wrote:

The mod_uniqueid module in apache has quite a reasonable implementation.

        There is a perl implementation on CPAN (in my directory).


           - ask

Here is ask's directory:

http://cpan.org/modules/by-authors/id/ABH/?M=A

I don't see it ...

I'm assuming Ask is referring to Apache::Usertrack, which does this:

my $remotename = $r->connection->remote_host || $r->connection- >remote_ip;
  my ($secs, $msecs) = Time::HiRes::gettimeofday;
  $msecs /= 1000;
  my $cookie = "Apache=$remotename.$$"."$secs$msecs; path=/";


Reply via email to