This topic is locked

Session timer

6/26/2010 1:43:48 PM
ASPRunnerPro General questions
S
suprapen author

Hello,
Is there an easy way to track the time of each session of logged in users? Thanks.

A
ann 6/28/2010

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).