2011-02-14 18:28:51 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2012-06-18 17:49:28 +00:00
|
|
|
AdoptAThing::Application.config.session_store :cookie_store, key: '_adopt-a-thing_session'
|
2011-02-14 18:28:51 +00: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")
|
2011-09-15 21:41:26 +00:00
|
|
|
# AdoptAThing::Application.config.session_store :active_record_store
|