Session will be interfered by another application's threadhttp://forums.asp.net/t/1233494.aspx/1?Session+will+be+interfered+by+another+application+s+threadFri, 14 Mar 2008 06:02:59 -040012334942232385http://forums.asp.net/p/1233494/2232385.aspx/1?Session+will+be+interfered+by+another+application+s+threadSession will be interfered by another application's thread <p>Hi, I have a problem about session and application. The situation describes as follows. </p> <p><br> I have two web site A and B. They have different AppDomain. </p> <p><br> First of all, I use session to record some info. in A. </p> <p><br> While I invoke the application method &quot;Applicaion.RemoveAll()&quot; inside a thread, the session of web site A will be expired. </p> <p><br> So web site A could not access to any value of session. </p> <p><br> But if web site B do not use thread to invoke this thread, the session of web site B would not be affected. I dont know why it cause session expire. </p> <p><br> So far as I know, since A and B is different AppDomain, why session would be interfered by another application using the thread.</p> <p><br> Thanks for any kindly answer. </p> <p><br> Jim. </p> 2008-03-14T06:02:59-04:00