5078d7a6de7a0c25f9fe07b9e4ac72d13773a945
[feedcatcher.git] / trunk / config / initializers / session_store.rb
1 # Be sure to restart your server when you modify this file.
2
3 # Your secret key for verifying cookie session data integrity.
4 # If you change this key, all old sessions will become invalid!
5 # Make sure the secret is at least 30 characters and all random,
6 # no regular words or you'll be exposed to dictionary attacks.
7 ActionController::Base.session = {
8 :key => '_feedcatcher_session',
9 :secret => 'e2dacfa1d2730be2dcd393fa4f91418f345cfe7285aeff9c447e6f263373474885ad6d5248d2dfbea6d141cddda30c9350d01058a89e135610e8f8481bb2097c'
10 }
11
12 # Use the database for sessions instead of the cookie-based default,
13 # which shouldn't be used to store highly confidential information
14 # (create the session table with "rake db:sessions:create")
15 # ActionController::Base.session_store = :active_record_store