Timer for asp.net page
-
Hi, Is there a way we could record the amount of time a user has spent on an application existing on our web site? Maybe something like start the timer, once the user has logged into the application, insert a start time in database. How would we capture the end time, when the user has ended the session? Many thanks for your time.
-
Hi, Is there a way we could record the amount of time a user has spent on an application existing on our web site? Maybe something like start the timer, once the user has logged into the application, insert a start time in database. How would we capture the end time, when the user has ended the session? Many thanks for your time.
Hi there,
VK-Link wrote:
How would we capture the end time, when the user has ended the session?
Put ur code into the event handler Session_End... << >>