From e634317675ff1dfbaaca8e9af9c1e8ac80f17056 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Tue, 11 Aug 2020 17:11:56 +0800 Subject: [PATCH] CHnage --- app/controllers/accounts_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index a2985850..8251eb2d 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -264,7 +264,7 @@ class AccountsController < ApplicationController :path => '/', :secure => false, :httponly => true, - :domain => "/" + :domain => "123.59.135.93" } # if edu_setting('cookie_domain').present? # cookie_options = cookie_options.merge(domain: edu_setting('cookie_domain'))