From 007c74a6fbfd799048c396cb660ccb34fe3fcef5 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Tue, 18 Aug 2015 11:05:52 +0100 Subject: [PATCH] Share production ensl session store with subdomains --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index c646579..6cdc6d3 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -63,5 +63,5 @@ Ensl::Application.configure do config.active_support.deprecation = :notify # Custom Session Store config to allow gathers.staging.ensl.org - # config.session_store :cookie_store, key: '_ENSL_session_key', expire_after: 30.days.to_i, domain: "gathers.ensl.org" + config.session_store :cookie_store, key: "_ENSL_session_key", expire_after: 30.days.to_i, domain: ".ensl.org" end \ No newline at end of file