2011-10-08 23:36:38 +02:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2012-09-26 16:02:31 +02:00
|
|
|
Gitlab::Application.config.session_store :cookie_store, key: '_gitlab_session',
|
|
|
|
secure: Gitlab::Application.config.force_ssl,
|
|
|
|
httponly: true
|
2011-10-08 23:36:38 +02:00
|
|
|
|
|
|
|
# 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
|