Share: Perfect solution DiscuzX2 Log out of an out of sync Empire CMS6.6

Source: Internet
Author: User

Open the Empire system/e/config.inc.php file, change the DZ cookie domain,

Sync Login Cookie Settings

$cookiedomain = ' http://dz.com '; Cookie scope (my locally installed DZ Program Access path)

$cookiepath = ' http://dz.com/'; Cookie action Path (my locally installed DZ Program Access path)

And then try, in the Imperial program login, refresh DZ program, you can sync login, then the small Tao Anxi, finally set up a success, but the small Tao was ill-conceived and encountered a new problem, in the DZ side exit, the imperial program can not be synchronized, can only manually quit, and then I try to log in dz, refresh the Empire program , can not login, Baidu has the old one, finally solved, the solution is as follows:

Open the Discuzx file directory:
source\function\cache\cache_setting.php

find:$data [' allowsynlogin '] = $data [' allowsynlogin '] && $appsynlogins? 1:0;

modified to:$data [' allowsynlogin '] = "1";

Then enter the DZ background update cache

Imperial CMS Integrated Ucenter Interface Tutorial
http://bbs.phome.net/showthread-35-78648-0.html

Share: Perfect solution DiscuzX2 Log out of an out of sync Empire CMS6.6

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.