Increase session timeout from 30 minutes to 6 hours

This commit is contained in:
Christoph Haas 2021-03-10 01:20:10 +01:00
parent 95223e3ba7
commit d504e5e914

View file

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