Sha256: a977f76b7d98974bcc14ce8f19e6730885a77848b150eceafb9f1570bb75b7d6

Contents?: true

Size: 797 Bytes

Versions: 3

Compression:

Stored size: 797 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_session',
  :secret      => '32c98cd59b34f85a8e53eeae63eb31f8f3af44710f00998f4e16e24f580090c9b88f3e2552e9f7e913cfb94521e57f76d038f1c936872189ffb68361f1b677c2'
}

# 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 & 2 rubygems

Version Path
activeldap-1.2.2 examples/al-admin/vendor/locale_rails/test/config/initializers/session_store.rb
locale_rails-2.0.5 test/config/initializers/session_store.rb
locale_rails-2.0.4 test/config/initializers/session_store.rb