Set session duration to 90 days (#169)
This commit is contained in:
parent
9d9216d726
commit
7a62f7d2c9
|
@ -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 New Issue