Sha256: 4d1cbd6c9bd285dc8cad6468945a650193e4b0540e6a3d41790f89a9717861d3
Contents?: true
Size: 802 Bytes
Versions: 12
Compression:
Stored size: 802 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_app_session', :secret => '52ee79e753a07c6e61e24d4db0c8a2332fcb52cf7a1a529f3dafb718f2044a68a0fd4b1dba72145c4cb2b376cd92d830eba88e00c988502425de3c48c8aeb461' } # 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 & 1 rubygems