whats the best way of preventing someone from voting twice? How do i get the users ip address? What if they are on a large network? will everyone on that network show the sa
You can get the IP address with request.getRemoteAddr(). If the network is using a NAT router, all users will get the same address though