Hi All,
Happy New Year to everyone
I have been asked if i can set up a hit counter for an internal site that stores links to various hr manual documents. Basically i want to record the number of times the document is viewed and possibly the user's id from their windos login - is any of this possible?
I thought about having an extra table in my database with the foreign key of the document and a counter field to be updated each time the document link is clicked, but how would i get a query to update this field?
also, in other databases i have been able to capture the users id from windows - Environ("username") in access - can i do this with Coldfusion, do i need to be looking at cookies?
any suggestions are welcome
thanks!
Happy New Year to everyone

I have been asked if i can set up a hit counter for an internal site that stores links to various hr manual documents. Basically i want to record the number of times the document is viewed and possibly the user's id from their windos login - is any of this possible?
I thought about having an extra table in my database with the foreign key of the document and a counter field to be updated each time the document link is clicked, but how would i get a query to update this field?
also, in other databases i have been able to capture the users id from windows - Environ("username") in access - can i do this with Coldfusion, do i need to be looking at cookies?
any suggestions are welcome

thanks!