• I managed to install WordPress on multiple domains using advanced options in wp-config.php.

    Now, I want users who are logged in at somedomain.com to be logged in at theotherdomain.com.

    In older versions of WordPress, this can be done by merely defining USER_COOKIE and PASS_COOKIE in wp-config.php. However, now there is another cookie item which is PHPSESSID and values vary for user on somedomain.com and theotherdomain.com.

    How can I, at least, make the PHPSESSID value the same for a single user accessing both different domain or would anyone tell me how it is constructed?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Khairil Zhafri

    (@poppacket)

    ??

    I don’t know about that poppacket. Isn’t that what all modern browsers are setup to defend against? Even if you did get it going all it would take is the slightest of errors to have one big-ass security disaster on your hands.

    I could see a subdomain but what you are talking about could turn out to be quite nasty.

    Thread Starter Khairil Zhafri

    (@poppacket)

    yeah, probably.

    poppacket did you figure out by any chance?

    sigh wordpress 2.6.2 is really a headache.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cross-domain single sign on’ is closed to new replies.