# Be sure to restart your server when you modify this file. # 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") BetaWebApp::Application.config.session_store :active_record_store # Make the data and session_id columns mass-assignable, # hopefully fends off nasty session bugs, # source: https://github.com/rails/activerecord-session_store/issues/6#issuecomment-26214581 ActiveRecord::SessionStore::Session.attr_accessible :data, :session_id