Like and Dislike Buttons on Post with Counter – Only allow one click per post per user session

Working on a “Like” vs “Dislike” for blog post in WordPress. While all is working fine, the intention here is to make it work for guests and logged in users, but more importantly; to only allow one click (Like or Dislike) per post from the same user (trying to understand if I can use WordPress sessions here?).