Sha256: 8821806b911b4cbbfab08bb222e1b396fe5e8631a121ee7da18e8aa707428bc7
Contents?: true
Size: 801 Bytes
Versions: 3
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 => '_frontend_session', :secret => 'c909ba538a88b405b342c8137e56e951524626fa215396d34fd3ba560b14e06e1fe86b218b67ed3d60caba0e98fee492eed859d9a06488caf33c61f6b6023ae9' } # 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
3 entries across 3 versions & 1 rubygems