Sha256: c9b61efa9499286c2d16683e7829efde23f292c7be2b2bb5028016d0c3271cac

Contents?: true

Size: 796 Bytes

Versions: 4

Compression:

Stored size: 796 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         => '_app_session',
  :secret      => '3dae2a90673666107162b6b410fd610434ac7335fc51db39bfaba82495e73aac088e7f682ca1ab23cc04a429a43833cb627a3a6199cda5ca796878713be31c9b'
}

# 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

4 entries across 4 versions & 1 rubygems

Version Path
fizx-collapsed_routes-1.0.2 spec/app/config/initializers/session_store.rb
fizx-collapsed_routes-1.1.0 spec/app/config/initializers/session_store.rb
fizx-collapsed_routes-1.2.0 spec/app/config/initializers/session_store.rb
fizx-collapsed_routes-1.3.0 spec/app/config/initializers/session_store.rb