• Resolved marjorios

    (@marjorios)


    Hi
    I have a Site that include subdomains,each subdomain required users to sign in to post a listing.
    I have istalled Super Socializer and was working great!!! for all sites, then I inplemented SSO, the registration pages and sign in works fine, if you register in one site you will be registered across all the sites and if you sign in in one site you will be in the other sites.
    Since I inplemented this, Super Socializer doe no do anything, when someone try to sign in just loop around waiting and waiting.I notice that the app registration take place because if i go to facebook I see it in my apps.
    I have removed the plugin from all sites and the installed once again, and same thing.
    I have left the plugin installed on the main site to see if you can help me o can address the issue.
    my web site is:onlinenicas.com
    go to Mi cuenta to sign in.
    This is not a multisite wp install, they are stand alone sites that shares users table.
    Thanks in advanve, I must say Super Socializer is great, only that I can’t do the inplementation with my new website configuration.

    https://wordpress.org/plugins/super-socializer/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    Since I inplemented this, Super Socializer doe no do anything, when someone try to sign in just loop around waiting and waiting

    Can you provide some details regarding how you implemented this as this is due to the changes you may have made.

    Thread Starter marjorios

    (@marjorios)

    Thanks for your prompt attentcion.
    This is what I did:

    Thread Starter marjorios

    (@marjorios)

    Update in this issue.
    Users are being registered and logged in acrross sites, as long user remain logged in is fine, the lopping issue becomes when they log out and try to log in back.

    Thread Starter marjorios

    (@marjorios)

    Update:
    If cookies are deleted in web browser history, users are able to login back. I see this is a cookie releated issue, any advise? please!!!

    Thread Starter marjorios

    (@marjorios)

    This issue has been resolved:

    I changed this:

    $baseurl = ‘http://mysite.com’;
    $cookiehash = md5($baseurl);
    define(‘COOKIEHASH’,$cookiehash);
    define(‘COOKIE_DOMAIN’, ‘.mysite.com’);
    define(‘SITECOOKIEPATH’, COOKIEPATH);
    define(‘ADMIN_COOKIE_PATH’, COOKIEPATH);

    To This:
    $baseurl = ‘http://mysite.com’;
    $cookiehash = md5($baseurl);
    define(‘COOKIEHASH’,$cookiehash);
    define(‘COOKIE_DOMAIN’, ‘.mysite.com’);
    define(‘COOKIEPATH’, ‘/’);
    define(‘SITECOOKIEPATH’, COOKIEPATH);
    define(‘ADMIN_COOKIE_PATH’, COOKIEPATH);

    Working Fine 🙂

    Plugin Author Rajat Varlani

    (@the_champ)

    Glad, you figured it out 🙂

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

The topic ‘SSO’ is closed to new replies.