• Resolved suvero

    (@suvero)


    Hi dear friends ! I have problem with that:

    When I go to my subdomain (example), connect.my-site.pl, I’m on this site, but always unlogged. When I back to normal page on site like, my-site.pl/everything_here, I’am logged. Please help ?? If it will be works, I’ll buy access to more subdomains ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author M. Ali Saleem

    (@zinger252)

    add following lines to your wp-config.php

    define(‘COOKIE_DOMAIN’, ‘.YOURDOMAIN.COM’);

    // Do not forget to replace Yourdomain

    Thread Starter suvero

    (@suvero)

    Added as last line but nothing happens. Still unlogged also on first-visit devices.

    Thread Starter suvero

    (@suvero)

    I tried “define(‘COOKIE_DOMAIN’, ‘connect.my-site.pl’);” too but it not works too.

    Thread Starter suvero

    (@suvero)

    Resolved. I used this:

    define(‘COOKIE_DOMAIN’, ‘.domain.com’);
    define(‘COOKIEPATH’, ‘/’);
    define(‘COOKIEHASH’, md5(‘domain.com’));

    Plugin Author M. Ali Saleem

    (@zinger252)

    you forgot to add [.] dot before connect.my-site.pl.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not logged on subdomain’ is closed to new replies.