angular.do is being called every 2 mins to refresh activity formatter (additional comments) even the session killed or re-login on another tabDescriptionWhen the user session gets killed and if user has any record (which should have Activity Formatter) is open on another tab at the same time, /angular.do calls are made periodically. That behavior is causing intermittent access to instance.Steps to Reproduce [-] Go to one of the Demo instance [-] Go to any page which has 'Activity Formatter' (e.g. incident)[-] Open the Developer Tools with 'Network' tab with 'Preserve log' and search with 'angular.do'[-] Open one more Tab and logout from the instance[-] Go to the another tab and check Developer Tools and observe that angular.do calls are still being made[-] Approx every 2 mins you'll see angular.do there because it's looking a new activity in the formatter (additional comments).[-] Even if you kill the session or re-login on another tab, this angular.do calls keep going made.Expected Behaviour:When the user session gets killed their angular.do transaction should stop.WorkaroundPlease set the system "property glide.ui16.live_forms.enabled" to false. Or alternatively, close the extra tabs when you login to the instance. Related Problem: PRB922753