Good point; as you noticed, the session lock happens even if you don't actually touch the session during that call. So if you set a session variable anywhere (even another page), your postbacks will have to wait for previous ones to finish.
Steve Marx | ASP.NET AJAX Evangelist | Microsoft Corporation
Steve Marx
Contributor
2460 Points
643 Posts
Re: Cancelling Async post back
Feb 23, 2007 05:52 PM|LINK
Good point; as you noticed, the session lock happens even if you don't actually touch the session during that call. So if you set a session variable anywhere (even another page), your postbacks will have to wait for previous ones to finish.