Set session duration to 90 days (#169)

This commit is contained in:
Dominik M. Kwiatek 2021-02-25 17:12:30 +01:00 committed by GitHub
parent 9d9216d726
commit 7a62f7d2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_justask_session'
Rails.application.config.session_store :cookie_store, key: '_justask_session', expire_after: 90.days