I want to implement unique id for the web browser using C#. It must be consider all the browser and the incognito windows too? How to generate?
My scenario I am using the angularjs with web api token. I have included the refresh token too.
After user logged in from one browser, then if user logged in to the another browser, I am providing new refresh token for the same user. So when user access another page, he gets log out.
So I want to identify the user based on the unique browser. Is this ok?
Or can I generate the guid when the user log in.