Sha256: 0da920668bba5d8f4891efa96e99fce6604f89ee64cf2522fad8773e87f6a20f

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 Bytes

Contents

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

Todos::Application.config.session_store :cookie_store, key: '_todos_session'

# 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")
# Todos::Application.config.session_store :active_record_store

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
amber-rails-0.1.0 examples/todos/config/initializers/session_store.rb
jtalk-rails-0.1.0 examples/todos/config/initializers/session_store.rb