How does IIS identify clients and maps to a session ?
-
Hi, Just wondering how does IIS identify the client and map to a specific session. I mean when we open a web application in two different browsers the IIS openes two different sessions how does IIS know to map requuests comming from this two browsers to respective Sessions. I was thinking there may be some king of cookie stored in the client to hold a token or something but what if the client does not allow cookie ? Thanks in advance for your help
Thanks Laddie Kindly rate if the answer was helpful
-
Hi, Just wondering how does IIS identify the client and map to a specific session. I mean when we open a web application in two different browsers the IIS openes two different sessions how does IIS know to map requuests comming from this two browsers to respective Sessions. I was thinking there may be some king of cookie stored in the client to hold a token or something but what if the client does not allow cookie ? Thanks in advance for your help
Thanks Laddie Kindly rate if the answer was helpful
Check this out: http://www.windowsecurity.com/articles/Client-Certificate-Authentication-IIS6.html
We are not a Code Charity