I need some global method which is fired on any user interaction on page to reset session timeout counter that i make in javascript.
Do you have any sugestions.
I use messagebus on masterpage to call javascript function which reset counter.
But the problem is that i must publish somethin to messagebus in each button and direct method on pages to reset counter.
I need somethin global...
Thx