Sha256: 58ff7729d56d3caa651e1811055cfc28d3298501a82c58ffb33bdf1302596ba6
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 => 'ceb59ce03fe1e68d93c878d0dd386a159ebb6bec02310e98499330e77e004712391ede3b2537ad251984729d8ab885704a4ecae64c33c76c22069db820c7a216' } # 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