Sha256: f4f14dec7410d07b609283c06c3655a66741f30d2f8d22c65bcfbbce5698778b

Contents?: true

Size: 807 Bytes

Versions: 5

Compression:

Stored size: 807 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         => '_restfulie-site_session',
  :secret      => '3b3bd5c29c58be787d4fb2590c25768a0a6526f58b39ae3cca8d87ee20addf148f3cfa0911f6d9935edff55c7e9e5256ba701a5a13d20835105c157cb9160cf5'
}

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

Version Path
restfulie-nosqlite-1.0.4 site/config/initializers/session_store.rb
restfulie-1.1.1 site/config/initializers/session_store.rb
restfulie-1.1.0 site/config/initializers/session_store.rb
restfulie-nosqlite-1.0.3 site/config/initializers/session_store.rb
restfulie-1.0.3 site/config/initializers/session_store.rb