Hello All,
I am creating an ASP.NET application which allows users to create surveys and post them online for web surfers to take. One of the requirements for these surveys is that no single user/computer should be able to take the same survey twice. How can I accomplish this? I am thinking of checking the IP addresses of web surfers and rejecting duplicates. But then, how unique are IP addresses? I know it is possible for multiple users within a network to share a single IP address. This being the case, it would be impossible for me to identify a specific machine. How then can I address this issue?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]
I am creating an ASP.NET application which allows users to create surveys and post them online for web surfers to take. One of the requirements for these surveys is that no single user/computer should be able to take the same survey twice. How can I accomplish this? I am thinking of checking the IP addresses of web surfers and rejecting duplicates. But then, how unique are IP addresses? I know it is possible for multiple users within a network to share a single IP address. This being the case, it would be impossible for me to identify a specific machine. How then can I address this issue?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]