I have seen general posts on how to track anonymous users in a voting app such as with a cookie. But specifically how do I modify restful_authentication to track anonymous users with IP + user-agent (hash). Thanks.
I have seen general posts on how to track anonymous users in a voting
Share
I ended up creating a method
login_from_anonymousinlib/authenticated_system.rbas shown below. That method is called current_user method also shown below.