The SMF mod works exactly as supposed to: the member is created an account on SMF on signup with amember. On login, a cookie with the correct name is set as well as all other session IDs... However, because the SMF forum is on another domain, it does not recognize the cookie from the amember domain. It's looking for the cookie from the SMF forum domain. Anyone know of a simple workaround for this? I would like it to remain a single login across domains.
on a different domain or a subdomain? if it is on a different domain, there is not much (short of a major hack) that you can do. Browser security prevents setting and using cookies across different domains to prevent scripting exploits.
Yeah, it's a different domain altogether. I suppose something like a second redirect on login that would set the cookie on the 2nd domain and then redirect back to the first domain. I don't think that would look to clean, though.