Re: Request UNIQUE_ID

2005-02-16 Thread Stas Bekman
Geoffrey Young wrote: Thomas Lochmatter wrote: In the apache1/mod_perl1 environment, there was an environment variable UNIQUE_ID available. This ID was unique for each request. In the apache2/modperl2 environment, this variable has disappeared. I have not found any method in the mod_perl2 API. W

Re: Request UNIQUE_ID

2005-02-16 Thread Geoffrey Young
Thomas Lochmatter wrote: > In the apache1/mod_perl1 environment, there was an > environment variable > UNIQUE_ID > available. This ID was unique for each request. > > In the apache2/modperl2 environment, this variable has > disappeared. I have not found any method in the mod_perl2 > API. Wha

Re: Request UNIQUE_ID

2005-02-16 Thread Torsten Foertsch
On Wednesday 16 February 2005 10:38, Thomas Lochmatter wrote: > In the apache1/mod_perl1 environment, there was an > environment variable >     UNIQUE_ID > available. This ID was unique for each request. > > In the apache2/modperl2 environment, this variable has > disappeared. I have not found any

Request UNIQUE_ID

2005-02-16 Thread Thomas Lochmatter
In the apache1/mod_perl1 environment, there was an environment variable UNIQUE_ID available. This ID was unique for each request. In the apache2/modperl2 environment, this variable has disappeared. I have not found any method in the mod_perl2 API. What's the "official" way to get/create such a