0

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 ;)

lukaszkups
  • 5,790
  • 9
  • 47
  • 85

1 Answers1

1

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.

Community
  • 1
  • 1
Salil
  • 9,534
  • 9
  • 42
  • 56