I need to count how long each user is logged in – I’m using now devise – is there a feature/plugin for Rails/devise that counts this?
This is not a question about setting ‘keep me logged in’ option – please keep that in mind 😉
I need to count how long each user is logged in – I’m using
Share
Refer SO threads:
1. this for a simple, but imperfect logic about finding out who is online.
2. this for a full-fledged plugin solution.