Is there a way to detect inactive time of a user in a website? (Idle time)
- by masoud ramezani
This is my approach : I reserve last time that a user post a postback to server in a session and in every postback subtract this value from current value. Is there a better way for this? I think that my approach haven't a good performance.