Merge branch 'develop' into dev_trustie_server

This commit is contained in:
jasder
2021-06-25 18:03:28 +08:00
12 changed files with 55 additions and 17 deletions

View File

@@ -4,5 +4,5 @@
# Rails.application.config.session_store :active_record_store
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cache_store, :expire_after => 24.hours, :httponly => false, :secure => false, key: '_educoder_session', domain: :all
Rails.application.config.session_store :cache_store, :expire_after => 24.hours, :httponly => true, :secure => false, key: '_educoder_session', domain: :all