Skip to content
Snippets Groups Projects
Commit 921f2522 authored by shawn-higgins1's avatar shawn-higgins1 Committed by Jesus Federico
Browse files

Fix session isssues (#730)

parent 6d6ac3ef
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -2,9 +2,10 @@
# Be sure to restart your server when you modify this file.
# The key base was updated as part of 2.3
if Rails.configuration.loadbalanced_configuration
Rails.application.config.session_store :cookie_store, key: '_greenlight-2_0_session',
Rails.application.config.session_store :cookie_store, key: '_greenlight-2_3_session',
domain: ENV['GREENLIGHT_SESSION_DOMAIN'] || 'blindside-dev.com'
else
Rails.application.config.session_store :cookie_store, key: '_greenlight-2_0_session'
Rails.application.config.session_store :cookie_store, key: '_greenlight-2_3_session'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment