# If you change this key, all old signed cookies 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.
-LeapPublicSite::Application.config.secret_token = '10688238554c5f6c69eccd3f675f754451d7a4a522525f0ca118d939ec586bacdde1387415f50749330082f5af38941da8c7835692b668aa60e48224c12fdb13'
+
+# LeapPublicSite::Application.config.secret_token = ''
# Be sure to restart your server when you modify this file.
-LeapPublicSite::Application.config.session_store :cookie_store, :key => '_leap-public-site_session'
+LeapPublicSite::Application.config.session_store :disabled #:cookie_store, :key => '_leap-public-site_session'
# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information