Sha256: 0a3fc630a46a7fd7234b3d70427561621568ac24fca1e18ed841c35cb40e43f1
Contents?: true
Size: 541 Bytes
Versions: 4
Compression:
Stored size: 541 Bytes
Contents
# Be sure to restart your server when you modify this file. # Using old hash style to be able to test with Ruby 1.8.7 Main::Application.config.session_store :cookie_store, :key => '_main_session' #Main::Application.config.session_store :cookie_store, key: '_main_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") # Main::Application.config.session_store :active_record_store
Version data entries
4 entries across 4 versions & 1 rubygems