Merge branch '8784-dir-listings'
[arvados.git] / services / api / 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 Server::Application.config.session_store :cookie_store, :key => '_server_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 # Server::Application.config.session_store :active_record_store