# 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         => '_study_go_session',
  :secret      => 'd58034311913b602c50bbe36c739dc178247d059cbfc275b5201fe1a980352da2609bed6d2e8afda4efe55c2adadde881a7ee5a27cca1593ea153d3019b8d25e'
}

# 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
