All configuration for the logged in status feature set.
The timeout to determine when a user is logged in or not.
Default: 10.minutes
Accepts: Fixnum
# File lib/authlogic/acts_as_authentic/logged_in_status.rb, line 21 def logged_in_timeout(value = nil) rw_config(:logged_in_timeout, (!value.nil? && value.to_i) || value, 10.minutes.to_i) end
Generated with the Darkfish Rdoc Generator 2.