Sha256: aa3847e5eec43ad07e9daca339c33be4035c366d01aa8841db1a7c9d45e2264b
Contents?: true
Size: 798 Bytes
Versions: 7
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 => '_dummy_session', :secret => 'e288f1cb6617b1299031e75ee15447d7085c6fa1300be5b463f91eba6b83313b61b640d63f75d3f373d7b61b9f816cd04f9f60cd87622b9939438c4a96f92577' } # 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
7 entries across 7 versions & 1 rubygems