Sha256: 2502bb5337dc9f605edcbe56eec1c518ecd00398d18dc663ed154d6977172441
Contents?: true
Size: 802 Bytes
Versions: 1
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 => '_asl-admin_session', :secret => 'c926de1eb94a92bebbf93d781f2f9f684dbf873bff2ddd56714478f06c5ea28fd61a2c2140c298d17dde1ee174eed8031001976e329c3911229b1ea26725004c' } # 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 |
---|---|
activesambaldap-0.0.8 | example/asl-admin/config/initializers/session_store.rb |