summaryrefslogtreecommitdiff
path: root/config/initializers/session_store.rb
blob: 52a099c3e169705eeabbabd2f719e88207b2ce21 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Be sure to restart your server when you modify this file.

Gitlab::Application.config.session_store :cookie_store, key: '_gitlab_session',
                                                      secure: Gitlab::Application.config.force_ssl,
                                                      httponly: true,
                                                      path: (Rails.application.config.relative_url_root.nil?) ? '/' : Rails.application.config.relative_url_root

# 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")
# Gitlab::Application.config.session_store :active_record_store