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