1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Be sure to restart your server when you modify this file.
7 Server::Application.config.session_store :cookie_store, :key => '_server_session'
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