| Author: vipul 04 Sep 2008 | Member Level: Diamond | Rating: Points: 2 |
hi, for that you refer this link http://www.eggheadcafe.com/software/aspnet/29867820/iis-threads--by-request.aspx
vipul, http://dongavipul.blogspot.com
Patel Vipul Web Developer Ahmedabad ( Gujarat )
|
| Author: Ankit 04 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
See it is based on Session Id. When Session got created session Id comes into existence.Now when your browser sends some request to the web server, your session id get appended in the session header and that's how web server can identify which user or which session has sent this request.
|