You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# config/initializers/sorcery.rbRails.application.config.sorcery.configuredo |config|
config.session_timeout=3600# This is in seconds. You could also write 1.hourconfig.session_timeout_from_last_action=true# session timeout is calculated from the last valid activity. By default this is false.end