Apache has a rather cool module called mod_unique_id. This generates a unique string, similar to a uuid, for each request to the web server. The string is, I believe, an environment variable, and is easily stored in the Apache logs.
I'm going to use it to tie certain activities that are recorded under cherrpy back to the initial Apache request. But I can't figure out how to get access to the unique_id under cherrypy. I was sort of hoping I'd find somewhere under cherrypy.request.headerMap. How can I access it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

