Session_End when new Thread created

  • Thread starter Thread starter Shiran
  • Start date Start date
S

Shiran

hi all,

I have an ASP.Net application that communicate (in order to retrieve info)
with a Win service.
the problem is that when I create a new thread in the server (to run the
command from the asp.net application) the Session_End is called and the
session close / abandon.

any idea on the reason for that?
 
if i will open a new thread in the client side, than you are right. but i'm
talking about thread that running in the server side (with no attachments to
the client) and return a dataset on the same thread (request).
and after that, the session closed.-
 
Back
Top