Thread.ThreadAbortException (ASP.NET) I m using Server.Transfer for navigating to another pages, after operations on another page is done, if i try to nevigate to other page (suppose using menu option) i found that my session count is 0 . I m using Server.Transer in Try Catch block and i m also catching Thread.ThreadAbortException . I m not able to understand how this is invalidating my session or making my session count 0. Flow is like this 1> from index page i opened Page A 2> On save button i m doing some save opeations and using Server.Tansfer to Page B , this entire step 2 is inside try catch block if i debug it comes to catch statement. 3> from index page i try to open another page , if i check the page_load event i found that session count is 0 , which is initially 3 upto step 2. This is very urgent ........................
|