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.

link|improve this question

feedback

1 Answer

If you are using in process sessions, there is an event that is fired when the session times out.

In the end anything like this involves regularly looking at the difference between the current time and the last recorded activity in the session.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.