# Be sure to restart your server when you modify this file. # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. ActionController::Base.session = { :key => '_bad_seo_session', :secret => 'da5ede0a3f96915cdc9563d8d7ca433be9e2d6280cb99c34e597fc7d2164337bec95de1538573c8e04897d6e194f3d518c6a17c0bbe79da9ec946e4c66b82f98' } # 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 "rake db:sessions:create") # ActionController::Base.session_store = :active_record_store