Sha256: f8315726c72b1c8345424a294171bbe76d430d15402da0ef2c0275e7e50c8855
Contents?: true
Size: 799 Bytes
Versions: 5
Compression:
Stored size: 799 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 => '_hubbub_session', :secret => '69306fa10d32797bcc1d2f63c6b071b88bc8d00722402f4fb925e1ac4cb8a08684d1162c43e2c578833385031a9bf645b73991823ccca66f75b02b96f9cf3e03' } # 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
5 entries across 5 versions & 1 rubygems