Sha256: eeaa63b0858fa36c7368a595e41821427d63a3184fec8320bc70639008f6dfa1
Contents?: true
Size: 798 Bytes
Versions: 9
Compression:
Stored size: 798 Bytes
Contents
# 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 => '_rails_session', :secret => 'c64da6333f5587d4921f61509440d4138a3abb9d76c809b7f676da85f1f186a467d25733ee9fb1253665b7310e42eaec3605c261b99680058bb58d283c1ddfc8' } # 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
Version data entries
9 entries across 9 versions & 1 rubygems