Sha256: e87cb4cc5fb481dc4210cbf2b18dd563e3b47a5806a7e01485caf1d7995043ad

Contents?: true

Size: 560 Bytes

Versions: 2

Compression:

Stored size: 560 Bytes

Contents

# Be sure to restart your server when you modify this file.

Demo::Application.config.session_store :cookie_store, :key => '_demo_session'


#config.action_controller.session = { :session_key => "_demo_session", :secret => "aaaaaaaaaaaaaaaabbbbbbbbbbbbbbccccccccccccccsome secret phrase" }



# 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 "rails generate session_migration")
# Demo::Application.config.session_store :active_record_store

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_ferret-0.5.4 doc/demo/config/initializers/session_store.rb
acts_as_ferret-0.5.3 doc/demo/config/initializers/session_store.rb