X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..16f704326f44fd1e5e5e60b936c9b5895d6a6ff8:/apps/workbench/config/initializers/session_store.rb diff --git a/apps/workbench/config/initializers/session_store.rb b/apps/workbench/config/initializers/session_store.rb index 32d8443a5e..b53e9ef915 100644 --- a/apps/workbench/config/initializers/session_store.rb +++ b/apps/workbench/config/initializers/session_store.rb @@ -1,8 +1,12 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Be sure to restart your server when you modify this file. -Vcffarm::Application.config.session_store :cookie_store, key: '_vcffarm_session' +ArvadosWorkbench::Application.config.session_store :cookie_store, key: '_arvados_workbench_session' # Use the database for sessions instead of the cookie-based default, # which shouldn't be used to store highly confidential information # (create the session table with "rails generate session_migration") -# Vcffarm::Application.config.session_store :active_record_store +# ArvadosWorkbench::Application.config.session_store :active_record_store