Session checking
-
Hi friends, I have created voting application,i have almost finished it but i should check that one user should vote once by getting his session any idea for this.... Checking IP address will prevent other users voting so i need to take user browsers session or some other ideas for this method.....
-
Hi friends, I have created voting application,i have almost finished it but i should check that one user should vote once by getting his session any idea for this.... Checking IP address will prevent other users voting so i need to take user browsers session or some other ideas for this method.....
First of all, we have an ASP.NET forum, why did you not ask there ? Second, there's no way to do this. A new session is created when someone reconnects to your site, and so an IP address is your only option, and that won't work if someone has a dynamic IP and reconnects to the web. The only way for this level of control is to issue people with a login and let every login only work once.
Christian Graus Driven to the arms of OSX by Vista.