Sha256: 4644ae152c357685a4c37e208202a7fe2a7656f8535e57f31233f005bfc45905
Contents?: true
Size: 801 Bytes
Versions: 4
Compression:
Stored size: 801 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_app_session', :secret => '08128620ef3198570742b7657e535fd61552e15bca756ce39b0e1cd4067bf71ce752d26ba72af9772eb0b5826290bb9475a263b9d8b862befb567b484a539409' } # 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
4 entries across 4 versions & 1 rubygems