2011-11-21 21:36:42 +00:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
2012-06-07 15:25:19 +00:00
|
|
|
AsciiIo::Application.config.session_store :cookie_store, :key => '_ascii_io_session'
|
2011-11-21 21:36:42 +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-11-23 20:41:25 +00:00
|
|
|
# AsciiIo::Application.config.session_store :active_record_store
|