increase session timeout from 10 minutes to 1 day
This commit is contained in:
parent
4da97be84b
commit
28a22d9fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue