imappejoini
New Member
In my system a manager create a poll and publish it to the world so users which have the link to the poll can answer it.There is some question which designed to receive multiple answers, so user can choose multiple distract in one response.The response table structure in the DB
- ID
- ActivityID - the poll ID
- Value - the district value
- TimeResponse
- the first solution was to add a column of the user's IP, but sometimes i cant get the user's IP.
- the second solution was to add a column of the user's sessionID using the sessionIDManager, but if the user answer twice (2 response) it will store the same session ID.