Skip to content

Commit

Permalink
Merge pull request #165 from TelosLabs/user-session
Browse files Browse the repository at this point in the history
Update user session expiration rate
  • Loading branch information
LuigiR0jas authored Sep 4, 2024
2 parents 592f320 + 0eb8ff8 commit fc3933a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Application < Rails::Application
#
# config.eager_load_paths << Rails.root.join("extras")

config.session_store :cookie_store, key: "_rails_world_session", expire_after: 1.month
config.time_zone = "Eastern Time (US & Canada)"
end
end

0 comments on commit fc3933a

Please sign in to comment.