Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / config / initializers / session_store.rb
index 32d8443a5e48efac05c75a7a05dbe3dd19734199..b53e9ef9155cc28f0b902c985493447fc15ff570 100644 (file)
@@ -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