Im fixing an issue on a web application that uses setTimeout to inform the back end to keep the session alive. This works as expected in all scenarios except for the followi
As you mentioned that the Ajax calls are sync this is what might be holding your setTimeout from firing. You can try this by making you Ajax calls async.