blob: f77495c617e89ca0c48b96435523b12819bef581 (
plain)
1
2
3
4
5
6
7
8
|
# Be sure to restart your server when you modify this file.
# Gemeinschaft42c::Application.config.session_store :cookie_store, key: '_Gemeinschaft42c_session'
# 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")
Gemeinschaft42c::Application.config.session_store :active_record_store
|