Is there a way to detect inactive time of a user in a website? (Idle time)

Posted by masoud ramezani on Stack Overflow See other posts from Stack Overflow or by masoud ramezani
Published on 2010-02-28T10:50:01Z Indexed on 2010/05/20 23:30 UTC
Read the original article Hit count: 140

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about idle-processing