Sha256: a530d34a47428b6645391aebee6e2a158876093b2e2788e68380af5d703cf5fd
Contents?: true
Size: 808 Bytes
Versions: 7
Compression:
Stored size: 808 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 => '_six-updater-web_session', :secret => '8a96ed54170cdf05595ef5918bc6236ef0179c9c0a0a18b7d9af5d919a3ab01f8d7f01ab85fa5de8cc97f01d5759899a18ef59c065ff09787aba36222e064f97' } # 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