Projects:Session timeout/Technical Documentation
Session Timeout - Technical Documentation
To make the alerts service don't affect the session timeout is necessary to implement a request filter.
This request filter will have an internal timeout count that will be reset with all requests, except with the alerts service requests.
This filter can use the "IsAjaxCall" parameter to identify the request that don't have to reset the session timeout.