decko-commons/decko

View on GitHub
decko/config/initializers/session_store.rb

Summary

Maintainability
A
0 mins
Test Coverage
# -*- encoding : utf-8 -*-
# Be sure to restart your server when you modify this file.

# Uncomment this if we can show that cookies are not secure in production
#
# Rails.application.config.session_store :cookie_store,
#                                        key: "_my_app_session",
#                                        secure: Rails.env.production?