diff --git a/app/controllers/concerns/login_helper.rb b/app/controllers/concerns/login_helper.rb index f999cd4cc..af7a13fb8 100644 --- a/app/controllers/concerns/login_helper.rb +++ b/app/controllers/concerns/login_helper.rb @@ -18,7 +18,7 @@ module LoginHelper :path => '/', :secure => false, :httponly => false, - :domain => "/" + :domain => "123.59.135.93" } # if edu_setting('cookie_domain').present? # cookie_options = cookie_options.merge(domain: edu_setting('cookie_domain'))