开发者

Cookies for different browser

开发者 https://www.devze.com 2023-01-16 19:21 出处:网络
I am using asp.net with c#. My issu开发者_运维问答e is this that I am setting cookies to check that the same user is returning or not but user are returing from the same machine with different browse

I am using asp.net with c#.

My issu开发者_运维问答e is this that I am setting cookies to check that the same user is returning or not but user are returing from the same machine with different browser. Is their any alternate I would know that same machine user had visited my site.


Not unless you checked their IP, but then again that's probably worse since multiple computers are usually hiding behind 1 IP.


The short answer is - NO !!!

If there was a way to track the same user no matter what s/he is using, than browser vendors and protocol specification would be doing an awful job in protecting our privacy :))

0

精彩评论

暂无评论...
验证码 换一张
取 消