jsp get ip address

后端 未结 6 1726
挽巷
挽巷 2020-12-20 03:15

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

6条回答
  •  执笔经年
    2020-12-20 04:04

    In your JSP page simply use this expression: ${pageContext.request.remoteAddr}

提交回复
热议问题