2012-04-05 10:43:56 +02:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
|
2012-04-05 22:19:47 +02:00
|
|
|
#Tracksapp::Application.config.session_store :cookie_store, key: '_tracksapp_session'
|
2012-04-05 10:43:56 +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")
|
|
|
|
|
# Tracksapp::Application.config.session_store :active_record_store
|
2012-04-05 22:19:47 +02:00
|
|
|
|
|
|
|
|
Tracksapp::Application.config.session_store :active_record_store, :key => '_tracks_session_id'
|