Home > Article > Backend Development > How to set cookies for different domains in sso single sign-on?
Those in the same domain can be set directly to the root directory, but how to deal with those with different domain names? When accessing different domain names, does b.com send a request through js to determine whether a.com has been logged in?