Update session_store.rb

This commit is contained in:
AwsAqh
2026-02-27 01:43:23 +02:00
committed by Ahmed Ejaz
parent 4cc2390e6d
commit c8e4911a2d

View File

@@ -5,7 +5,7 @@
# (create the session table with "rails generate session_migration")
domain = if Rails.env.staging? || Rails.env.production?
".#{ENV['SITE_URL'].gsub(/^(www\.)/, '')}"
".#{ENV['SITE_URL']}"
else
:all
end