Kevin Hancock wrote:
> 
> Hi
> I am having trouble accessing this value. I would love to be able to use it
> but it does not appear to be set.
> 
> I have a script written by someone else who I can no longer ask that is
> called from a form on my server and one of the first things it does is:
> 
> my $uniqueid = $ENV{'UNIQUE_ID'};

you can read all about this feature of apache at

http://httpd.apache.org/docs/mod/mod_unique_id.html

if you're not running a recent version of apache web server, then this
environment variable won't be available.

Reply via email to