Sha256: fef0889f6db777a88d721c966d6ddcc4c09dad851218a4d22e933a2450960c22
Contents?: true
Size: 813 Bytes
Versions: 1
Compression:
Stored size: 813 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_content_syncing_session', :secret => 'dc3ea195cb229b6f0a5a572d7579a0e29457e11075119167652cfc9e463d169e4dcdef67b68ea9177352e9d7de3c0fae2fac879fd0c731471714f1c176308fea' } # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bcms_content_syncing-1.0.0 | config/initializers/session_store.rb |