> The problem is, ASP.NET uses a thread pool so I'm no guaranteed to get the > same thread each time I connect. I was wondering how HTTPContext works. If I > put something in there with HTTPContext.Item is there a way to retrieve it > later down the road (another DLL). > yes, it will, though you need to reference the web assembly by then.
FWIW I suspect asp.net is using threadlocal storage for its context. // Ryan =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
