On Sat, 2007-08-25 at 22:02 -0400, Matt Sergeant wrote: > > 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=/"; >
Thanks ... That's essentially what you suggested but with less resolution. -- --gh