Sha256: b10ebce13b63099cab5185a8b88b6be08a71b25fd25e88f9d50eca365c1d504c
Contents?: true
Size: 803 Bytes
Versions: 7
Compression:
Stored size: 803 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_root_session', :secret => 'f5e62297edabd22e6bc30523f11d269988fc120ba875d6f57770c7f2b39cd5ef64915367f1dda1408a61f02ab594b7adf13ede44c9af82564a525f388dedec71' } # 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
7 entries across 7 versions & 1 rubygems