Basis of rails driven photo website with a Flash uploader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

15 lines
798 B

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