• Resolved cvak

    (@cvak)


    Hello,

    I have 2 site, one “.org” and one “.be”. I use duplicator on “.be” and then successful install on “.org”, but if I go first on page “.be” and then on page “.org” i have cookies from “.be” too.
    If any know this error how to fix?

    Thank you

    Greetings, Erik

    https://wordpress.org/plugins/duplicator/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey cvak,

    You’ll need to check this value in the wp-config.php and see if its correct?

    define( ‘COOKIE_DOMAIN’, ‘www.yoursite.com’ );

    Thread Starter cvak

    (@cvak)

    Hi Cory,

    I had this value in wp-config.php

    define( 'COOKIE_DOMAIN', 'primarius.org' );
    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', 'primarius.org');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', '');
    define( 'COOKIEHASH', 'asdf_arbitrary_strisng' );
    define( 'DOMAIN_CURRENT_SITE', 'primarius.org' );

    I still have a problem. Any new hint?

    Thank you.

    Not 100% sure to be honest. Have you tried to manually clear the cookies from the browser and see if they are still improperly persisting maybe try another browse as well?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cookies from other site’ is closed to new replies.