2011-05-14 16:51:10 +02:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2012-09-30 21:15:55 +02:00
|
|
|
Foodsoft::Application.config.session_store :cookie_store, key: '_foodsoft_session'
|
2011-05-14 16:51:10 +02:00
|
|
|
|
|
|
|
# Use the database for sessions instead of the cookie-based default,
|
|
|
|
# which shouldn't be used to store highly confidential information
|
2012-04-15 19:59:39 +02:00
|
|
|
# (create the session table with "rails generate session_migration")
|
|
|
|
# Foodsoft::Application.config.session_store :active_record_store
|