Sha256: 2de49b1a53a8daff848378dc7ab5788aefed552015ec45abf8d26212ee3a4234

Contents?: true

Size: 798 Bytes

Versions: 5

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         => '_rails_session',
  :secret      => 'c6647923463e20993ff697aaba556bf604c2e6417ce77f18c3c2822fbd82562965cc9311cea4a44b717d12881250404d7d18451c80af244b2db4aa81fba18921'
}

# 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

5 entries across 5 versions & 1 rubygems

Version Path
session_countdown-0.5.0 test/rails2x_root/config/initializers/session_store.rb
session_countdown-0.4.0 test/rails2x_root/config/initializers/session_store.rb
session_countdown-0.3.0 test/rails2x_root/config/initializers/session_store.rb
session_countdown-0.2.0 test/rails2x_root/config/initializers/session_store.rb
session_countdown-0.1.0 test/rails2x_root/config/initializers/session_store.rb