XF 2.0 CORS requests & XF cookies

XPress doesn't set any cookies on its own. It makes use of existing XenForo cookies for SSO.
Is there information on this somewhere? I'm going crazy with this stuff.

Users log in with their Xenforo account but in Wordpress they will see another user
 
Users are linked based on email address. When WordPress is rendered, it'll use the default XenForo login process and cookie and either pick an already linked user account, create a new link based on email or create a new account if no match could be found.

If you're absolutely positive that it is showing a user that should not be linked to that XenForo account, this might be the result of an agressive cache that is instead showing the rendered page of a different visitor.
 
Top Bottom