arc9693 / IntReview

An app that records various interview responses and publicise them. Hosted at
https://archana9693.pythonanywhere.com/
MIT License
2 stars 11 forks source link

Add Session based authentication in View Count #10

Open arc9693 opened 5 years ago

arc9693 commented 5 years ago

Currently,the views on a response increases as many times as it is clicked,even from one session.It is aimed to increase the view count only single time(first time) when a user clicks in a particular session. For un-authenticated users use anonymous session contorls.

arc9693 commented 5 years ago

Link for reference :- https://stackoverflow.com/questions/1603340/track-the-number-of-page-views-or-hits-of-an-object