Sha256: d36a8a0b690146e54137f64c233da30059cc1ce75b84738d270b096197c57cce

Contents?: true

Size: 808 Bytes

Versions: 1

Compression:

Stored size: 808 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         => '_rails2_test_app_session',
  :secret      => '7d7d294bbd21580db78c733d36476c6a01fb84d2b7a461e3c46f80b1b33da470028da55b00fd29e9580efe7009b2250161d8af1f8d2939f1a9d18a58f7f2863d'
}

# 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
reflexive-0.0.4 spec/test_apps/rails2_test_app/config/initializers/session_store.rb