Sha256: c841088c725e9cdb03af7531772f227faabb66185b5ea1865b3926b7d1f98e57
Contents?: true
Size: 801 Bytes
Versions: 16
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 => '_test_cms_session', :secret => 'd1f618b128bf162bcea96d2739b0e45db26ef13c5de1c6ce3e59e1afee50e5f206f9a09d9b547835102bbb2d82fe2db216718a8af107ab04b9d517a662980143' } # 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
16 entries across 16 versions & 1 rubygems