Sha256: 5e2d690025ff24a51f33519ab5afdcd3a0d20f77210b18f420d31b12fd4f7b58

Contents?: true

Size: 478 Bytes

Versions: 4

Compression:

Stored size: 478 Bytes

Contents

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

Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
Dummy::Application.config.session_store :cookie_store, httponly: false

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alondra-0.1.1 test/dummy/config/initializers/session_store.rb
alondra-0.1.0 test/dummy/config/initializers/session_store.rb
alondra-0.0.4 test/dummy/config/initializers/session_store.rb
alondra-0.0.3 test/dummy/config/initializers/session_store.rb