increase session timeout from 10 minutes to 1 day

This commit is contained in:
danielvincent 2010-12-16 17:14:58 -08:00
parent 4da97be84b
commit 28a22d9fc3

View file

@ -80,7 +80,7 @@ Devise.setup do |config|
# ==> Configuration for :timeoutable
# The time you want to timeout the user session without activity. After this
# time the user will be asked for credentials again.
config.timeout_in = 10.minutes
config.timeout_in = 1.day
# ==> Configuration for :lockable
# Defines which strategy will be used to lock an account.