1# Be sure to restart your server when you modify this file. 2 3Rails.application.config.session_store :cookie_store, 4 key: '_stronglifters_session', 5 secure: Rails.env.production?, 6 httponly: true