Hi, there is no reliable way to track the time of each session. For exampel you can't check logout time if user just close browser without logout. In case of "good user behavior", i.e. if we consider that the user make logout everytime before closing the browser you can remember the time of login in the After successful login event and at the logout (modify login.asp file manually).