mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 19:26:00 +01:00
Set session duration to 90 days (#169)
This commit is contained in:
parent
9d9216d726
commit
7a62f7d2c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue