Update session_store.rb

This commit is contained in:
AwsAqh
2026-03-04 00:19:56 +02:00
committed by Ahmed Ejaz
parent c8e4911a2d
commit d09e288887

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']}"
"#{ENV['SITE_URL']}"
else
:all
end