>
>Why not log the page, the query string, the date/time and the IP.  That way
>you've got as close to a unique ID as you can... 

You can also generate a unique ID (a UUID for instance, or a random number) in the 
application.cfm and log that to the DB with the request data.  The unique ID is then 
available throughout the request for identifying that request "thread" and is 
available in onRequestEnd.cfm to delete/close out that log entry in the DB.

-Max


-----------------------------
Maxim Paperno, CTO
World Design Group, Inc.
[ CF Development and Hosting since 1996 ]
<http://www.WorldDesign.com/>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to