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
In your JSP page simply use this expression: ${pageContext.request.remoteAddr}
${pageContext.request.remoteAddr}