I am using Authlogic for session management in my application.
However, by default authlogic allows the user to log in many times from different computers.
I do not want this (the user pays to gain access, and I want users not to share their accounts).
In the Authlogic documentation, I found about perishable_token . But, trying to implement it, I just get an error when persistence_token is required (when it should not be the way I use perishable).
How do you do this using Authlogic functions?
Thanks:)
authentication ruby ruby-on-rails authlogic
Damien MATHIEU
source share