Module Authlogic::ActsAsAuthentic::LoggedInStatus
In: lib/authlogic/acts_as_authentic/logged_in_status.rb

Since web applications are stateless there is not sure fire way to tell if a user is logged in or not, from the database perspective. The best way to do this is to provide a "timeout" based on inactivity. So if that user is inactive for a certain amount of time we assume they are logged out. That‘s what this module is all about.

Methods

included  

Classes and Modules

Module Authlogic::ActsAsAuthentic::LoggedInStatus::Config
Module Authlogic::ActsAsAuthentic::LoggedInStatus::Methods

Public Class methods

[Validate]