Sha256: a667c987fe76aea83d8e158a8ff181bb32f9984cb164d16ea6a424917c194295
Contents?: true
Size: 803 Bytes
Versions: 2
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 => '_bcms_feeds_session', :secret => '8d0b3eb75c8308e8fc9696c922429edfc5985f753d4e3ef642025286c3f34fa6b83bc263a25665b9db1d9ff566efda721d46bb4380e8ec4e70e961c9a9529219' } # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jonleighton-bcms_feeds-1.0.1 | config/initializers/session_store.rb |
jonleighton-bcms_feeds-1.0.2 | config/initializers/session_store.rb |