Goto main content

help desk

Comment puis-je prévenir un utilisateur de voter plus d'une fois ?

Je dois m'assurer qu'un utilisateur ne peut voter qu'une seule fois dans mon système de vote.
Comment puis-je atteindre cet objectif ?

Posé le 2022-01-12 08:33:00

RÉPONSE OFFICIELLE

Programming contest and voting system is always problematic.

You have to make sure that a person can only vote 1 time.

How do you do that is the person is not login?

  • IP address validation is not safe because a company can have the same external IP for all employe.
  • IP + browser signature could be a better solution

 

// The connection() function returns the IP address of the user
Réponse de:
Pierre Laplante

Répondu le : 2022-01-14 14:45:00