Sha256: edd45f932d317a22f7c0c1a9ca77774ff25880e80cc07d494eaf016387995a5c

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         => '_demo_session',
  :secret      => 'dd4bade42d3151e78f005b83449302caecb5e006a37d40dd15e875bdb7d86d00be5219857701e02df8f8febc6811f5b58d8eaaee051d1bd598a875f595529a93'
}

# 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

Version Path
pushify-1.2.2 demos/rails2/config/initializers/session_store.rb
pushify-1.2.1 demos/rails2/config/initializers/session_store.rb
pushify-1.2.0 demos/rails2/config/initializers/session_store.rb