I am writing a control that will warn a user that their session is about to timeout. I can easily track standard postbacks and post packs in update panels, but I'm struggling to see how I can track calls made to any / all web services.
Is there a mechanism for this, or will I have to try and override the Sys.Net.WebRequest invoke code?