Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / config / initializers / session_store.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # Be sure to restart your server when you modify this file.
6
7 Rails.application.config.session_store :cookie_store, key: '_arvados_workbench_session'
8
9 # Use the database for sessions instead of the cookie-based default,
10 # which shouldn't be used to store highly confidential information
11 # (create the session table with "rails generate session_migration")
12 # ArvadosWorkbench::Application.config.session_store :active_record_store