Sha256: a9b4dfc88f07e5e505f9f13cbe1d6319ae93f9ccced24ab8c674792fa3730f31
Contents?: true
Size: 798 Bytes
Versions: 12
Compression:
Stored size: 798 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_session', :secret => '7cb35e777af9e2ff81ebe4a7cccc55ff93ae7a300e34ba8f381531c4ff95ec551e7c29f0b6a433ba5389d8b51df78338a7157f58f9c052b45d7063a7c5dfa458' } # 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
12 entries across 12 versions & 3 rubygems