I am working in MVC under ASP.Net.
Do I have a different process number for each "request" I make?
I would need to identify each request that is made to the server from the browser.
I do not use System.Diagnostics.Process.GetCurrentProcess().Id
because it always returns the same number, when I make 2 requests from two different tabs.