share login/logout sessions across two installs?
You also need to define a matching COOKIEHASH for both sites – a random 32 bit string will do. By default, COOKIEHASH is an MD5 hash of the site URL, and is used to generate the default names for all authentication-related cookies. Hence why, at the moment, your cross-domain login isn’t working (the names of … Read more